Hi, how can I remove the line that appears under any active menu item in the main menu?
Thanks
Hi, use the following code:
.avia-menu-fx {
display: none;
}
You can put it in custom.css file or in Theme Options > General Styling > Quick CSS
Hi!
If that doesn’t work try adding !important:
.avia-menu-fx {
display: none !important;
}
Best regards,
Josue
Great, thanks that worked