Removing dotted underline from linked img
问题 I am tinker with a wordpress site and have gone and thrown in some of my own raw html via their virtual editor. The outcome is what I wanted, but there seems to be a blue dotted underline underneath each image. How can I remove this? I tried everything from text-decoration: none; to outline:0 Here is a working link to the site http://s513195336.onlinehome.us/ 回答1: add this css in style.css .logoLinks a { border: none; } this css overwrite your old css style.css line 42 a { border-bottom: 1px