• Resolved yliya14

    (@yliya14)


    Hello. I use the ExS App theme on the website. When creating a page in elementor, all links inserted into the text are underlined. Tried to remove via css
    a{
    text-decoration:none;
    }

    It didn’t help. How to remove underscores from all links on the site?

    • This topic was modified 2 years ago by yliya14.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author exstheme

    (@exstheme)

    Hello, @yliya14 !

    Thanks for using our theme!
    According to WordPress requirements for accessibility we’re adding underline styling for links in our themes.

    To remove them please go to your Customizer – Additional CSS section and add the following CSS code snippet:

    body.singular .comment-content a:not([class]), body.singular #layout article .entry-content a:not([class]) {text-decoration:none;}

    Please let me know if that is what you’re looking for.
    Best regards!

    Thread Starter yliya14

    (@yliya14)

    Thanks it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[NSFW] remove the underline of the link’ is closed to new replies.