Links & text-decoration
Posted: 29 Jul 2011, 05:03
Hey!
I tried to edit the stylesheet in my theme to change the hover-underline-effect on links but links are still underlined on mouse-over.
I used following code in the style-sheet:
Inline-css in the textpage also had no effect on text-decoration. I always cleared the cache...
Does anybody know how to do this?
I tried to edit the stylesheet in my theme to change the hover-underline-effect on links but links are still underlined on mouse-over.
I used following code in the style-sheet:
Code
a:hover {
text-decoration: none;
}Does anybody know how to do this?