Tagged: header
Been trying to figure this out but can’t
How do I keep the “sticky” header transparent (or a specific color) when I scroll?
Thanks
Hey Martin,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #header .header_bg {
background: transparent;
opacity: 0;
filter: alpha(opacity=0);
}
Let us know if this helps :)
Best regards,
Nikko
Perfect!; Thanks Nikko;
Do you think it’s possible to do it just for the home page?
Martin
Hi,
Yes, just replace the code I gave with this one:
#top.home #header .header_bg {
background: transparent;
opacity: 0;
filter: alpha(opacity=0);
}
Hope this helps :)
Best regards,
Nikko
thanks Nikko; that did it.
Hi,
Glad we could help! Let us know if you need further assistance :)
Best regards,
Nikko