Tagged: sticky header
Hello! It is the one of best theme that I’ve ever used. Do you know how to set transparence of sticky header background? I want it displaying on sticky like this: http://kriesi.at/themes/enfold-restaurant/
I tried to use custom css below, but it caused logo transparent as well. .html_header_top.html_header_sticky #header { opacity: 0.8 !important;} I want only background transparent on sticky.
Here is my site: http://baiiweii.com/
And now my page is displaying glass transparent, but it doesn’t work still.
Thanks!
Hey AllenChou!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_glassy {
background: rgba(255,255,255,0.8)!important;
}
Best regards,
Yigit
I’ve put the css code in Quick CSS.
It does not work, The sticky header is also solid but transparent.
I found the css code you provide only affected normal header but sticky header.
I’m trying to figure out resolution to sticky header.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_minimal_header .header_bg {
background: rgba(255,255,255,0.6);
}
Best regards,
Yigit
fixed!
thank you.