Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / aberdeen template - left sidebox/category font will not change

aberdeen template - left sidebox/category font will not change

Views: 1,222

Results 1 to 5 of 5
3 Jan 2011, 4:24 PM
#1
sbbemn avatar

sbbemn

Zen Follower

Join Date:
Jan 2010
Posts:
182
Plugin Contributions:
0

aberdeen template - left sidebox/category font will not change

Seems like a simple thing - which it is but my font stays gray.

I searched all over the css sheets but can't seem to find the left sidebox content font color. I'm using the aberdeen template but have revamped it completely, doesn't really resemble it anymore.

I have successfully changed the rollover color though.

Thanks

3 Jan 2011, 4:35 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: aberdeen template - left sidebox/category font will not change

We'll need to see the site.

3 Jan 2011, 5:53 PM
#3
sbbemn avatar

sbbemn

Zen Follower

Join Date:
Jan 2010
Posts:
182
Plugin Contributions:
0

Re: aberdeen template - left sidebox/category font will not change

http://www.punkerdoodles.com

Thanks - it was a Christmas gift for my wife, one week old!

3 Jan 2011, 6:08 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: aberdeen template - left sidebox/category font will not change

Try this:

#categoriesContent a, #informationContent a, #moreinformationContent a, #ezpagesContent a, #manufacturerinfo a, #documentcategories a{margin-left:25px; color:#ff0000;}

You may need to separate the first two out into their own rule if you don't want the others to change color.

3 Jan 2011, 7:22 PM
#5
sbbemn avatar

sbbemn

Zen Follower

Join Date:
Jan 2010
Posts:
182
Plugin Contributions:
0

Re: aberdeen template - left sidebox/category font will not change

That changed the color - sweet, the rollover color stopped working though.

So this fixed it:

#categoriesContent a:hover {color: #FAAFBE;text-decoration: none;}

THANKS!