Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Drop Down Box Font Color HELP!!!

Drop Down Box Font Color HELP!!!

Locked

Views: 974

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
21 Jan 2010, 8:32 PM
#1
mouthtrick2009 avatar

mouthtrick2009

New Zenner

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

Drop Down Box Font Color HELP!!!

So, on my site http://www.chasingamylive.com/zencart I have the search box on the right - but the choices are all in a light blue.

How can I change the color of this? I looked everywhere. In my advanced search the choices are all black, like I want.

Can anybody guide me in the right direction? Thanks!!!

21 Jan 2010, 10:21 PM
#2
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Drop Down Box Font Color HELP!!!

A rule in one of the stylesheets like this should do it:

.sideBoxContent select{
color:#000000;
}

Just put it at the bottom of the stylesheet_tm.css file.

28 Jan 2010, 3:59 AM
#3
mouthtrick2009 avatar

mouthtrick2009

New Zenner

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

Re: Drop Down Box Font Color HELP!!!

thanks Nick!

I got that all changed and all is good. I now have other fish to fry! It's endless and is making me crazy.