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?
It’s adding style=”text-decoration:none” to the hyperlink in the source code.
For example:
<a href="https://relativitytextiles.com/collections/wallpaper" style="text-decoration: none;">
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
Hi
Example code that I’ve tried:
<a href="URL" style="colour: #000000;">display text</a>
In previous months (e.g. June/July 2023), I’ve found emails where I’ve been able to override this by simply changing the colour using the wyswig editor - but it doesn’t seem to be the case anymore?
Hi
Happy to hear the above worked for you!
To be clear, you were also not able to change the link text color when operating to the Styles tab of your block and changing the link color?
Thanks for participating in the Community!
-Taylor
Thank you
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.