Archived topic
How To Underline Anchor Text?
4 replies · Started by Dylan on December 12, 2020
Viewing posts 1–5 of 5
Hi, how do you underline anchor text ?
Can't see an option for it
Hi there,
today you will need some CSS. Like so:
.entry-content a {
text-decoration: underline;
}
Hi, thanks! Where do I place this could so it works for all internal links?
Hi Dylan,
Hi, thanks! Where do I place this could so it works for all internal links?
Please check our brief documentation on how to add CSS:
https://docs.generatepress.com/article/adding-css/
Thanks, this worked!
This archived topic is closed to new replies.