Regarding the underline decoration of the Enfold menu, is it possible to add an effect where the underline of the current page disappears while the cursor passes over another another menu option, causing it to become underlined? This way, only one menu item would be underlined at one time.
Hi AlexKK!
Currently it is not possible. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Ok, thanks.
Hey!
This could work, try adding the following code to the Quick CSS:
.avia-menu:hover .current-menu-item .avia-menu-fx {
opacity: 0;
}
.avia-menu .current-menu-item:hover .avia-menu-fx {
opacity: 1;
}
Cheers!
Josue
works like a charm, thanks!
should also have opacity:0; for .current-menu-parent in case there are dropdown menus
Yes, glad to help :)
Regards,
Josue