Two Link Colors per Page?

Hello! I have links set as one color in this website, but the Armadillo blog headlines, which are clickable, I’d like to be different. They’re white right now, and I’d like to change them. Anyone know the CSS code to do so? Please see http://www.ultimatehealthtn.com. Thanks!

On that page try:

.armadilloBlogHeadlineEntry a {
    color:blue;
}
1 Like

Thank you, Doug!
All the best to ya!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.