I’ve seen several threads regarding removing the Header menu text decoration underline however I’ve tried the following codes without success:
.avia-menu-fx {
display: none !important;
}
and
#header_meta .sub_menu>ul>li:hover>a {
text-decoration: none;
}
Any suggestions?
Site below
Thank you!!
Hey tlchase,
That is because you have following custom CSS code
a:hover {
text-decoration: underline !important;
}
Please add following code to Quick CSS as well
.av-main-nav li a:hover {
text-decoration: none!important;
}
Best regards,
Yigit
You are awesome Yigit, that worked great since I wanted to keep the underline on the content hyperlinks.
Really appreciate that!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit