Home Forums Pro Themes Photo Perfect Pro Change page color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13511
    donnabia
    Participant

    Hello, I desire to have the background color of my page and post black instead of white , how can I make this change? I have tried every tab under your color options in dashboard and there is nothing there to make this change. Help. I don’t want my page and post color white.
    Thanks!

    #13517
    wensolutions
    Keymaster

    @donnabia, whole background color can be changed from Customize -> Color Options -> Basic Color Options => Background Color option.

    Similarly for post content color from Customize -> Color Options -> Content Color Options -> Background Color Title => Color / Text Color .

    If the changes from these options are not what you are looking for then please share us your site URL with some elaborated details. We would then try to figure out the solution to your query.

    Thank you.

    #13538
    donnabia
    Participant

    Thank you very much for your help. Unfortunately, that does not work. All page and post colors are still white. Here is my domain: http://donnabiancagallery.com
    Thanks, I appreciate your help.

    #13553
    wensolutions
    Keymaster

    To change the content background color of all other pages (assuming homepage being excluded) to black, paste the following custom CSS in Appearance -> Customize -> Theme Options -> Advanced Options => Custom CSS

    #main{
    	background:#000000;
    }

    Note: You might need to change the text color to make it visible against currently changed black background.

    Hope this is what you are looking for.

    #13889
    donnabia
    Participant

    Thank you, the code did make some parts of the background black but try as I might, I couldn’t get the words to show up on it. I did go to customize-color option, content color option, text color but that didn’t work. I eventually deleted the code and reset the text to the original black color.

    #13935
    wensolutions
    Keymaster

    Hello,

    If you have removed the CSS code we will provide you with a new CSS code to change the font color, please paste the below given css code to Appearance -> Customize -> Theme Options -> Advanced Options => Custom CSS

    #main{
    	background:#000;
    }
    #main p {
    color: #fff;
    }

    Hope it helps.
    Best regards.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.