Forums

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

Home Forums CSS [Solved] I cant get a hover color to work? Reply To: [Solved] I cant get a hover color to work?

#209599
iizag
Participant

@Paulie_D
I have tried these two which work in firebug but dont work when i add them:

#home .link a:hover {
    color: #000;
}
a:not(.button):not(.wtrButtonStd):not(.wtrClientUrl):not(.wtrShtEventListBtn):not(.wtrDefBorderLink):not(.chosen-single):not(.remove):not(.star-5):not(.star-4):not(.star-3):not(.star-2):not(.star-1):not(.ptp-button):hover {
    color: #000 !important;
}