Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Shipping estimator location drop down menu font color change

Shipping estimator location drop down menu font color change

Views: 807

Results 1 to 5 of 5
8 Jun 2013, 3:41 PM
#1
rnrn avatar

rnrn

New Zenner

Join Date:
Feb 2011
Location:
North Florida
Posts:
36
Plugin Contributions:
0

Shipping estimator location drop down menu font color change

I have the same problem as outlined in this thread - http://www.zen-cart.com/showthread.php?78877-drop-down-menus-problem!&highlight=shipping+estimator+drop+menu

The thread was closed with no solution posted.

Things were working fine until just recently. I had an international customer attempt an order and she couldn't get an estimate for her address. I had her email her address and I confirmed international shipping estimates weren't coming across. So I updated the usps module using ajeh's suggestion here - http://www.zen-cart.com/showthread.php?171314-Fixed-See-post-26-USPS-International-shipping-problem/page3. I now can get international estimates but you can't see the countries or states because they are white on white. You can't even see the state names in the US without first highlighting them.

I've gone into the stylesheet and changed the background color in the shipping estimator section to no avail.

Website is https://www.chipoladivers.com/store

Any idea how to either change the background color or the text color?

8 Jun 2013, 7:32 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Shipping estimator location drop down menu font color change

Try changing this from white to say black in your stylesheet

select{
	background:#21303C;
	color:#FFF;
	
}
9 Jun 2013, 1:17 AM
#3
rnrn avatar

rnrn

New Zenner

Join Date:
Feb 2011
Location:
North Florida
Posts:
36
Plugin Contributions:
0

Re: Shipping estimator location drop down menu font color change

Where is that in the stylesheet? Under what field? I did a search and couldn't find it.

9 Jun 2013, 8:18 AM
#4
kobra avatar

kobra

Black Belt

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

Re: Shipping estimator location drop down menu font color change

Where is that in the stylesheet?
includes/templates/estorenow/css/stylesheet.css

9 Jun 2013, 2:54 PM
#5
rnrn avatar

rnrn

New Zenner

Join Date:
Feb 2011
Location:
North Florida
Posts:
36
Plugin Contributions:
0

Re: Shipping estimator location drop down menu font color change

Apparently I was in the wrong stylesheet. That worked. Thanks!