I’ve found similar questions asked but couldn’t figure out the exact method! I want to change the header color per-page to create a ‘full-screen color’ effect. Could you advise on the CSS?
Hey jomtones!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-59 .header_bg {
background: red !important;
}
.page-id-12 .header_bg {
background: orange !important;
}
and change page ID’s and colors accordingly
Regards,
Yigit
Thanks, this is ace – I’ll give it a go!