Hi, is it possible to change the ‘logo area’ colour on each page individually? I know you can do it via general styling for all pages. On this occasion I would like to change the colour on each page. Thanks
Hi Marssolutions!
Yes that would be possible, if you inspect your page you will see class=”…page-id-number” in your body tag. That can be used to target elements on individual pages. Please post a link to the site in question so that we can check it out further.
Cheers!
Rikard
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-1195 #header_main {
background-color: orange;
}
.page-id-1167 #header_main {
background-color: green;
}
One is for “Life on Mars” page and other is for “Contact” page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit