• I want to thank the entire team behind OceanWP for creating and supporting such an amazing theme.

    I want to remove the underlined links on my single post pages but show the underline when a user hovers over the links. This is similar to what Google does on its search engine results pages.

    I tried the following code but it only works on the homepage not the single posts.

    .single .entry-content a, .page .entry a {
    text-decoration: none !important;
    }
    .single .entry-content a, .page .entry a:hover {
    text-decoration: underline !important;
    }

    Any suggestions?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    We are most certainly thankful for your feedback.

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .single-post .entry-content a {
        text-decoration: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove Underline Links on Single Posts’ is closed to new replies.