Right now the current-page menu item is underlined, and when I hover over another menu item, the current page menu item STAYS underlined. How do I make it not underlined when I’m hovering over other menu items?
Hey!
Try adding this code to the Quick CSS:
#avia-menu:hover .current_page_item>a>.avia-menu-fx {
opacity: 0;
visibility: hidden;
}
#avia-menu .current_page_item:hover>a>.avia-menu-fx {
opacity: 1 !important;
visibility: visible !important;
}
Cheers!
Josue
Works great, thank you!
You are welcome, always glad to help :)
Regards,
Josue