Transparent Menue on scroll down
URL to the page in question:
http://
-
Hello,
if I scroll below the hero image (with transparent menue background color), the background of the menue changes to black. Which setting / css has to be set to force transparent background as well at the scroll down?!
Thanks!
Hello Matthias,
See if this won’t do the trick for you:
- Go to your theme options page and choose the Advanced tab.
- Scroll down to the Custom CSS box and add this:
#header.scroll-background,
body.standard #header,
body.blog #header,
body.archive #header,
body.error404 #header,
body.search #header {
background: transparent;
}
- Update your settings.
Let me know if you run into trouble making that transparent.
Have a great weekend,
Bill
Fantastic. Have a great week Matthias 🙂
- The topic ‘Transparent Menue on scroll down’ is closed to new replies.