Forums

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

Home Forums CSS unwanted a:hover img color Re: unwanted a:hover img color

#71586
zackw
Member

ya or put a class of hover(or whatever) just on the links u want to hover and do

a.hover {
color: #fff;
background-color: #2d83d5;
text-decoration: none;
}