Comments Juan Manuel started the conversationSeptember 9, 2014 at 1:37amHow can I change the background color of the page? 8,839Tahir repliedSeptember 9, 2014 at 11:50pmHey!Add this into the Custom CSS box located in your Salient Options panel :html body[data-bg-header="true"].page-id-47 .container-wrap { background-color: #f00 !important; } Thanks ThemeNectar Support Team Juan Manuel repliedSeptember 19, 2014 at 3:20amThanks for your answer Thair. This worked like a charm for a particular page, but not for the blog or the home page: http://cloud.egafutura.com/blog/How can I do that?Jonathan repliedSeptember 19, 2014 at 10:54pmIf you want it for the whole site, remove the ".page-id-47" and add it to your style.cssIf you want specific pages, just repeat the css with different page id's If you don't know how find page ID: https://wordpress.org/support/topic/find-page-id Sign in to reply ...
How can I change the background color of the page?
Hey!
ThemeNectar Support Team
Thanks for your answer Thair. This worked like a charm for a particular page, but not for the blog or the home page: http://cloud.egafutura.com/blog/
How can I do that?
If you want it for the whole site, remove the ".page-id-47" and add it to your style.css
If you want specific pages, just repeat the css with different page id's
If you don't know how find page ID: https://wordpress.org/support/topic/find-page-id