- This topic has 6 replies, 2 voices, and was last updated 3 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Photo Perfect Pro › Site Block Background
Tagged: background
Under Customization, there is an option to change the background color, but there is no option for changing the white body block all page contents are displayed on. I’ve tried several different coding but have not found the right element for this one…
How can I change the body color of the large white block that all pages content are displayed on? (Not the site background, but the page content background).
Hello @SOARTS,
Please add this following CSS
.single #main,
.page #main {
background-color: #111;
}
Change the background color as per your need.
Sorry, this code did not work. Nothing changed no matter which color I entered.
Is there something else I can try?
Could you please send us the link to that page ?
The site link is http://www.stephanieoplingerarts.com
Could you please try this
This changes the large white block that all pages including the homepage.
#main {
background: #111 !important;
}
Regards,
Sanam
Wonderful! Thank you!
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. |