• Resolved javiero

    (@javiero)


    Hello, after updating to version 2.0.2, all links in posts and pages have an undesired underline.

    Thanks for your help.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

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

    .single .entry-content a, .page .entry a {
    text-decoration: none;
    }
    .single .entry-content a, .page .entry a:hover {
    text-decoration: none;
    }
    
    Thread Starter javiero

    (@javiero)

    Thank you very much,

    Could you please explain me where exactly should I paste the code?

    Please login into your wp-admin account, then go to Appearance > Customize > Custom CSS/JS filed and paste the above code there.
    https://ibb.co/Vg7twk1

    Thread Starter javiero

    (@javiero)

    Thank you Abhishek. Curiously enough, I pasted the above code and it didn’t work. However, I added a single word -!important- and now it works. So the code that works fine for me is this:

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

    Thank you very much for your help ??

    You are most welcome and glad to hear that you have managed to fix the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Links underlined in version 2.0.2’ is closed to new replies.