• I’m helping out with a WordPress site and I’m having trouble removing underlines from all links. I’ve tried using “a {text-decoration:none;}” in the Additional CSS text box but haven’t been successful. (Also trying to do this for a:visited, a:hover, and a:active.) I’ve also tried adding “!important”. When I view the code in the browser inspector it still doesn’t work when I add “style=”text-decoration:none;” into the tag.

    The site uses the default Twenty Seventeen theme. They do use a number of plugins that I still need to talk with the owner about.

    Thank you in advance!

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

Viewing 1 replies (of 1 total)
  • Thread Starter prova_toets

    (@prova_toets)

    I’ve identified a line in the main Twenty Seventeen style sheet:

    -webkit-text-decoration-skip: objects;

    I’ve tried to comment this out but it doesn’t make a difference. I’ve also changed it to “none” without success.

    Does anyone have knowledge regarding this?

Viewing 1 replies (of 1 total)
  • The topic ‘Remove underlines from links’ is closed to new replies.