Site logo

Archived topic

Underline only links on Blog Posts (Not Buttons Not Woocomerce etc )

1 reply · Started by FunkyCss on December 26, 2019

Viewing posts 1–2 of 2

Hi , i have checked all the previous post about underline for links ( which i believe is a must for accessibility )

But all i have tried will underline all site even buttons on woocomerce products which i dont want !

How can i make only links to be underlined if this is impossible how can i do it for blog post only , this will help

Hi there,

we can be very specific to target the single post and only links within its content like so:

.single-post .entry-content a {
    text-decoration: underline;
}
This archived topic is closed to new replies.