Hello
I am using a transparent header set to sticky. As soon as I scroll down the transparency is lost. I want the header to be transparent so the logo floats over all content everywhere in the page. Maybe I just don’t understand how to use a setting.
site is here: http://lyonperformancesolutions.com/
thanks much!!
Hey rdswestnet!
use this code in Quick CSS field:
.header_bg {
background-color: transparent !important;
}
Cheers!
Andy
That works. Thanks much!