Hi
I want to remove the line that appears below the main menu items (active and on hover).
I tried different options suggested I found in the support requests and in the Enfold documentation (under “Menu”). They did not do what I expect. Maybe I just missed the boat. To me it seems not like the usual link-underline, which the suggestions might address..
I tried
#/*Remove menu underline*/
#top .custom-color-heading a {
text-decoration: none!important;
}
also
#top #header_main > .container .main_menu ul:first-child > li > a {
height: 105px !important;
}
and
#avia-menu .current_page_item > a > .avia-menu-fx,
#avia-menu .menu-item:hover > a > .avia-menu-fx {
opacity: 0;
visibility: hidden;
}
Thanks
Bruno
Hey bruwa,
Please try this code in the General Styling > Quick CSS field:
.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 {
visibility: hidden !important;
background-color: transparent !important;
border-color: transparent !important;
}
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi Mike
thanks for the quick answer.
Your code was the solution.
Thank you!
Best regards,
Bruno
Hi Bruno,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria