Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Dropdown bg is too dark

Dropdown bg is too dark

Locked

Views: 667

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
8 Dec 2010, 2:49 AM
#1
firefly9 avatar

firefly9

New Zenner

Join Date:
Oct 2010
Posts:
29
Plugin Contributions:
0

Dropdown bg is too dark

The background for all dropdown menus (Currency for instance) are too dark - matching my dark page background. I need to make them white since my text is dark too. Can anyone point me to the proper CSS or code to edit for this. Click on the Currency (right side) dropdown on my site to see what I mean. I have been all over the CSS with FireBug but can't figure this one out.

http://sewlutionsmd.ca/zencart/

8 Dec 2010, 3:08 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Dropdown bg is too dark

The background for all dropdown menus (Currency for instance) are too dark - matching my dark page background
You apparently changed the color - - find and adjust to suit

input:focus, select:focus, textarea:focus {
	background: #3C4439;
	}