Archived topic
How to underline link text in the paragraph
4 replies · Started by Data on April 22, 2020
I added hyperlink in the text within the paragraph. How can I make this link Underline? I don't want to make it from customizer because it will make all links underline on the site.
In paragraph block, there is only "Bold" and "Italic" text style available. But the "Underline" option is missing. Kindly help
If it is a one time occurrence just use the <span> tag.
<span style="text-decoration: underline;"><a href="https://mylink.com">My Link</a></span>
thank you.
Glad I could help.
Thanks Mike!