Tagged: main menu
Main Menu:
the avia-menu-fx is lingering for a second after you hover over a main menu link that has a sub menu. if you hover from one main menu link to the next (go right to left over the main menu links), the white bar below the links flashes.
I want to get rid of it. I have tried:
.header_color .avia-menu-fx {display: none; visibility: hidden; opacity: 0;}
so far hasnt worked. thanks in advance
Hey rickyporco!
Thanks for getting in touch with us!
The after effect that is still appearing is from the top border color of the sub menu, as it only happens when there is a sub menu. Also the avia-menu-fx only needs the display: none attribute. Add the following code instead:
.html_header_top .header_color .main_menu ul:first-child >li > ul {
border-top: none !important;
}
.header_color .avia-menu-fx {
display: none;
}
Best regards,
Jordan
Great, that worked! Cant believe I missed that, thanks Jordan.
Hey!
Glad it worked! Feel free to reach out to us if you need anything else.
Cheers!
Jordan