Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #615601

    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?

    #616976

    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

    #617618

    Thanks, this is ace – I’ll give it a go!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header colors on different pages’ is closed to new replies.