Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Link Colors HELP!!!!

Link Colors HELP!!!!

Views: 447

Results 1 to 2 of 2
13 Apr 2012, 5:46 PM
#1
joemasakari avatar

joemasakari

New Zenner

Join Date:
Apr 2012
Posts:
3
Plugin Contributions:
0

Link Colors HELP!!!!

http://rootofevilcollective.joeyanick.com/zencart/

Ok can anyone tell me why some of my link colors will not change. I have gone through all the css files I can find and changed all the hex codes I can find, I have installed the firefox developers tool and checked and I can't seem to fix the blue ones!!!

Please help

13 Apr 2012, 5:59 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Link Colors HELP!!!!

You're missing a semi-colon here:

a:link, #navEZPagesTOC ul li a {
color: #8A0000
text-decoration: none;
}