Hi,
First, thanks for your amazing support, it’s not my first thread and you always been very effective :)
Now I open this one cause i cannot find the solution in the support or the forum. It’s about the fullwidth submenu item background. I don’t understand why when I open my page I have this with a withe background and when scroll I have this (and the last one is what I want:).
So far I’ve set up the css below :
.av-submenu-container { background: transparent; }
#top .av-subnav-menu li a { border-color: white; background: transparent; color: #FFF; font-family: ‘Gudea’, sans-serif; font-size: 1em; font-weight : 300; }
#top .av-subnav-menu li a:hover { color: #981e2d; }
I try to find something specific with firebug but everything I tried didn’t work…
Do you have a solution ? :)
Thanks.
Clément
Hey Blue_Bear,
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
Hi Vinay,
Certainly ! The site is bijouterie-valer.fr but I’ve set up a “coming soon page” so I give you in the private section and id.
Thanks a lot !
Clement
Hi,
Which Page contains the FWd Submenu?
Best regards,
Josue
HI,
The following page are concerned :
http://www.bijouterie-valer.fr/lesmarques/horlogerie/
http://www.bijouterie-valer.fr/lesmarques/bijouterie/
Clement
Hi,
Change this code in style.css:
/* Fullwidth submenu des pages bijoux et horlogerie */
.av-submenu-container {
background: transparent;
}
To:
/* Fullwidth submenu des pages bijoux et horlogerie */
.av-submenu-container {
background: black;
}
Best regards,
Josue
Hi,
It’s not excatly what I wanted but it will do :)
Thanks,
clement