Forums

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

Home Forums CSS Help with Link Color issue Re: Help with Link Color issue

#92372
chrisburton
Participant

@goalieman34

h3 a {color: #(insert hex code here);}

Example:

h3 a {color: #555;}

If you wanted to change ALL H3 tags.

h3, h3 a {color: #555;}