Hi there.
Is it possible to have the menu header be transparent when at the top of the screen, but then become 100% opaque (not transparent) when you scroll down?
Right now, my menu background color is white, but it’s not 100% opaque when scrolling and it’s a little distracting to be able to see traces of content in the background as you scroll.
Thanks,
Jason
Hey jsugar,
You had following code in Quick CSS
.html_header_top.html_header_sticky #header {
background-color: #fff;
}
I removed it, please review your website now.
Best regards,
Yigit
Hi there. I’m trying to make the background solid white AFTER you start scrolling (instead of semi-transparent). Is that possible?
Hey!
Please add following code to Quick CSS
.header_bg {
background-color: white;
opacity: 1;
}
Cheers!
Yigit
Sweet! Thank-you! :)
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Enjoy your weekend!
Regards,
Yigit
