Site logo

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?

Thanks, this worked!

This archived topic is closed to new replies.