XF 1.4 Remove Underline When Hovering over Copyright Link

Amaury

Well-known member
I'm making some changes, and one of those changes is having the links change color when being hovered over instead of underlining.

I added this to EXTRA.css, and while the color took effect, the no decoration did not. What I am missing?

Code:
#copyright:hover {
    color: @contentText !important;
    text-decoration: none !important;
}

As you can see, the underline is still there.

http://www.kh-flare.net/forums/
 
Top Bottom