I tried to remove the underline in the hyperlinks but it’s not working.
I tried to adjust the css:
a:hover {
text-decoration: none; /*removes the underline on hyperlinks when the link is hovered*/
}
but the underline is still there.
Please help me out.
Hey gawcvw,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.responsive #top .av_inherit_color a:hover {
text-decoration: none;
}
Hope it helps :)
Best regards,
Nikko
Sorry, but this isn’t working. Another solution?
Hi!
Please try using the code as following
.main_color a, .alternate_color a {
text-decoration: none !important ;
}
Best regards,
Yigit
Yes! It worked for me. Thanks a lot :)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon