- This topic has 5 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Change page color
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!
@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.
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.
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.
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.
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.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |