Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Unable to Override Text Link Decoration Re: Unable to Override Text Link Decoration

#62662
AlCapone
Participant

which links back to what i said on my first reply,
the main image and the things under it are both ‘a’ tags and so are being ruled by this ‘a:hover, a:active’ but they each have there own class aswell, so the main images class is player.
so in a.player, put

Code:
border-bottom: none !important;

Also, like i said i havnt used this the important thing in a while so i might be using it the wrong way, you might have to google how to use it.