Forums

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

Home Forums CSS Can’t change link color for 1 link in Canvas Theme for WordPress Re: Can’t change link color for 1 link in Canvas Theme for WordPress

#138733
Paulie_D
Member

I would say that this….

footerright:a {
font-weight: normal; font-size: 8pt; color: #ccc!important; text-decoration: none; }

should be this

footerright a {
font-weight: normal; font-size: 8pt; color: #ccc!important; text-decoration: none; }