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
Re: aberdeen template - left sidebox/category font will not change
We'll need to see the site.
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!
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.
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!