Archived topic
Can I underline links in my content?
1 reply · Started by Steve on June 1, 2021
Hi there, I am interested in underlining the links I put in my content. I read a few articles in the GP forum, but I am not sure how to apply it to my blog.
Here is a link to my site
https://paddleabout.com/is-neoprene-waterproof/
I am curious if there is a way to have all the links in my posts be underlined.
Thanks!
Steve
Hi Steve,
That's normally done with CSS. The articles you've found most likely have this CSS suggested:
.entry-content a{
text-decoration: underline;
}
Here's how to add CSS to your site - https://docs.generatepress.com/article/adding-css/