Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change font color inside sideboxes

Change font color inside sideboxes

Locked

Views: 1,077

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Feb 2008, 2:48 PM
#1
salina13 avatar

salina13

New Zenner

Join Date:
Dec 2005
Posts:
59
Plugin Contributions:
0

Change font color inside sideboxes

Hi Everyone,
I have found in css where to change the font color for the text in a couple of the sideboxes, but it doesn't seem to work in a couple of other sideboxes.
The website is: https://www.bodybotanicals.ws
I'm trying to put the font color at white for the text in all of the sideboxes.
Any suggestions?
Thanks Salina

25 Feb 2008, 5:09 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Change font color inside sideboxes

#navColumnOneWrapper a, #navColumnTwoWrapper a {
	color: #ffffff;
	}