I would like to remove the underline from just one link, and not another?
Globally removing the underline from links does not work in my case.
Has anyone had success using html/css to remove the underline from a link?
I would like to remove the underline from just one link, and not another?
Globally removing the underline from links does not work in my case.
Has anyone had success using html/css to remove the underline from a link?
Best answer by Taylor Tarpley
Hi
Welcome to the Community! Happy to help!
Sorry to hear you’ve had issues here. Do you mind trying this bit of code to see if this brings you success?
<a href="URL" style="text-decoration:none!important;">DISPLAY TEXT </a>
Hope this helps!
-Taylor
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.