Hi!
We’re using enfold to set up our new website.
I’ve added a black overlay to the quick-CSS for the menu;
#header_main {
background: rgba(0,0,0,.3);
}
But since the header changes to a white overlay when you start scrolling – the black overlay + the white overlay becomes a gray (not-so-nice) overlay. So I want to remove the black overlay when you start scrolling.
How to do that?
Thanks for a great theme and your support forum.
Okay, nevermind, I think I solved it.
#header.av_header_transparency {
background: rgba(0,0,0,.3);
}
:)
Hi,
Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thanks, you can close it.
You think you’ve tried everything and posts – and just 10 minutes later you figure it out. Typical. :)
