- This topic has 5 replies, 2 voices, and was last updated 2 years, 8 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 › Realestate Base Pro › Page Color
Tagged: page color
Hello,
I would like to change the color of the background to all different pages at the web. But I don’t find the option. I just see how can I change the background of the block page.
I though that it would be easy if the page could be full width and no a different block, but also I don’t see the option of how can I change it.
Somebody can help me?
Thank you
Hello @AINABERNAT,
To change the page into full width with no different block.
Go to Customizer >> Appearance >> Theme Options >> Layout Options >> Global Layout and choose no sidebar setting.
Please note that these setting changes will be applicable throughout the entire site.
To change the background color of the pages, Please add this CSS in the Additional CSS
.page .entry-content-wrapper,
.page #main article {
background: #800000;
}
Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site. you can change the background color as per your requirement.
Please use this site as a reference for color options.
https://www.computerhope.com/htmcolor.htm
Regards,
Themepalace
Can you check the web page: http://www.dchabogados.com/ I change the background color of the pages (in grey), but I would like also de white margin that appears or delete it. I already have the “no sidebar” option activate it.
Hello @AINABERNAT, we assume that you want to make the white margin the same color as the background of the pages.
Go to Customizer >> Appearance >> Color Options >> Content Color Options >> Background color, change the color there as per your need, and published the site.
Regards,
And how can I delete the brightness that it appears?
Actually I would prefer to delete this margin.
Hello @AINABERNAT, Please add this CSS
#main article {
box-shadow: none;
}
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. |