Archived topic
Underlined hyperlinks
1 reply · Started by Richard on December 18, 2021
Hi GP,
Noob question here. I am using the Shop site from the library. Is there an easy way to add underlines to hotlinks in posts AND pages, perhaps just hyperlinks in paragraph text only? Any feedback most appreciated. Thank you. This is for https://orick.net.
Richard
Hi Richard,
You can do it with this CSS:
p a {
text-decoration: underline;
}
But this will only work IF the link is in an actual<p> tag and there's no other custom CSS that have more specificity.
To be sure, can you point us to some links on the page where you want the underline to be applied on? So we can provide a more accurate CSS writeup. :D