Hi, I want the links in my posts to be underlined. I added some CSS to do this, but it’s problematic because a bunch of links are being underlined now, that I don’t want to be underlined.
For example, it is underlining title links for featured posts on my homepage and underlining some links on buttons and titles in my posts.
I’ll attach the example URLs to look at on my staging site in the sensitive information area. Please have a look and let me know if there is an alternative way to underline just my text links in posts or how I can adjust my code.
Here’s the simple CSS I added to my customizer:
/* Underline Links */
.entry-content a {
text-decoration: underline;
}
Thanks!