Hi there,
Super theme!
I’m almost there with my menu, but one little thing I can’t figure out.
Please take a look at: http://willyanne-interieur.nl/wp/
The menu hover and current state I have customized, but a gray line still appears. I don’t want to see that gray line.
I’ve made this in my style.css (child theme):
.av-main-nav li:hover .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
opacity: 1;
visibility: visible;
top: 48px;
background-color:#7cb7c3;
}
Can you give me a hint how to fix this?
Thanks!
Best Regards, Annelies
Hi Analyze-Design ;
in your child theme there is ;
.avia-menu-fx { bottom: 34px; }
move or change it (if it’s not -absolutely- necessary) to hide grey line at the top of the Menu element
Hi!
Did you have any luck with @begrafiks suggestion? If not then please get back to us and we’ll have a closer look.
Best regards,
Rikard
Thanks Begrafiks and Rikard.
It is fixed!
Best regards, Annelies.