CSS – can't get rid of hyperlink lines
-
I am going nuts over this, and I know there’s a simple fix.
So I found the CSS menu and added this code to the stylesheet:
a:focus,a:active,a:hover {
color:#1873a1;
text-decoration:none;}I checked the page (not a post) once and the lines were gone. I went back to doublecheck five minutes later and the lines had reappeared. What am I doing wrong?
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘CSS – can't get rid of hyperlink lines’ is closed to new replies.