Site logo

Archived topic

Help me to remove Hover Underline

1 reply · Started by Sanu Kumar on November 7, 2020

Viewing posts 1–2 of 2

I am using this CSS for hover underline on links

.entry-content a:not(:hover) {
    text-decoration-line: underline;
}

but I want to exclude from this area only (Screenshot below) from all post. How to do that?
Screenshot: https://ibb.co/7GjKLm5

Hi there,

try adding this CSS to remove the underline from the review-links link:

.review-links a {
    text-decoration-line: none !important;
}
This archived topic is closed to new replies.