Hi,
Please could someone tell me the CSS code I need to use to stop it automatically underlining clicked links. I don’t want the links to be underlined. It would be even better if the hover over function still worked after the link has been clicked as well!
Thanks for your help!
Kind Regards,
Tim
Hey Timothy,
May you provide us your website link, please?
Best regards,
John Torvik
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top a,
#top .av_inherit_color a {
text-decoration: none;
}
Hope this helps :)
Best regards,
Nikko
That’s worked perfectly, thank you Nikko.
Kind Regards,
Tim