[Resolved] Help me to remove Hover Underline

Home Forums Support [Resolved] Help me to remove Hover Underline

Home Forums Support Help me to remove Hover Underline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1522151
    Sanu Kumar

    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

    #1522621
    David
    Staff
    Customer Support

    Hi there,

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

    .review-links a {
        text-decoration-line: none !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.