Hi, I have made a transparent menu in Enfold, shown below:
Now when I scroll down the menu appears as so:
I want the header to still be transparent when a user scrolls down, as it looks in the first image. I’ve looked around in the CSS and inspected the elements in Chrome but I’ve had no luck finding anything to do with background color for the header when scrolled. Can someone point me in the right direction here?
Thanks
Sorry, useless post. Found it myself, I seem to be slightly blind at times ;-)
Here’s the code for anyone who wants to use it
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a{
background-color:transparent !important;
}