Tagged: header, transparent
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
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
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