Underline on everything when hovered

Michael Dance

Active member
support.PNG

I'm stuck trying to remove that underline when hovered over i know css code for it however where can i either remove it or add the css code text-decoration: none;
Thank you for your support :)
 
Try adding this to EXTRA.css

Code:
a[href]:hover {
text-decoration: none !important;
}

Your Members Online box isn't standard, the CSS seems to suggest it is part of the widget framework.
I don't have that installed so you will need to check in the add-on thread.
 
Top Bottom