Tagged: transparent
Hi
I’m trying to change menu background color to Red, when I set to Transparent Header.
so I will get red box on the menu list.
My CSS is :
ul#avia-menu.menu.av-main-nav {
background-color: red;
}
But when page is scrolled down, the red color is still hanging in there.
I want to display red box only when on main page, but it change to default when page is scrolled down.
what should I do?
Thanks
Oh, I got it
#top #header.header_color.av_header_transparency .av-main-nav > li {
background-color: red;
}
it’s work for me
Hey masyogie,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay