Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Link colors in sideboxes

Link colors in sideboxes

Locked

Views: 610

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
7 Jul 2010, 4:03 PM
#1
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Link colors in sideboxes

I currently have text hyperlinks display as #333333 grey in page content areas. However, that then also displays the same color in the sidebox links. I would like all links in the sideboxes to be white. Where in the CSS do I edit this? I have tried editing things like sideboxcontent and cattab, but no luck.

Vito

8 Jul 2010, 10:46 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Link colors in sideboxes

Adding this to the stylesheet should work in all boxes except the ones where link color is already individually defined, like the Categories box.

.sideBoxContent a {color:#ff0000;}

8 Jul 2010, 10:52 AM
#3
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: Link colors in sideboxes

Thanks, Steve. You're a champ. :)

Vito