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

    Hi, I’d like to remove the header background so the page can be displayed like this http://demo.qodeinteractive.com/central/

    How would I go about editing code for this to work?

    Thanks much,

    Chris

    #126156

    Hi Chris,

    You can force the header to have no background with:

    #header {
    background-color: transparent !important;
    }
    #header .header_bg {
    background: transparent !important;
    }

    However that won’t get you the same result as that page since the content below the header doesn’t actually push up behind it by default. So you’ll need to do a negative margin or something like that to actually pull the slider up behind the header so it overlaps and doesn’t just show the whole pages background.

    Regards,

    Devin

    #126157

    Thanks Devin, if Enfold offered this as a header option it would kill the competition in sales for sure. I think I’ll need a developer to do the negative margin since that is over my head.

    Thanks much,

    Chris

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove header background’ is closed to new replies.