VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: hotrod on March 10, 2014, 12:59:34 PM

Title: Form Field Text Color
Post by: hotrod on March 10, 2014, 12:59:34 PM
Joomla! 2.5.19
VM 2.0.26d

Having a very hard time find the way to change the text color in the form field for state and country.  You can see the issue here,
Color is basically the same as the background..   http://s1069957.instanturl.net/index.php/shop-tackle/user/editaddresscartST?virtuemart_user_id[0]=0

If someone can help me solve this. it would be greatly appreciated..  I have firebugg.. but just cant find the CSS Class for it.

Rod
Title: Re: Form Field Text Color
Post by: jenkinhill on March 10, 2014, 15:16:57 PM
Firbug showed it immediately:

.chzn-container-single .chzn-single  - styled in chosen.css

Change/lose the background-image and change background-color
Title: Re: Form Field Text Color
Post by: hotrod on March 10, 2014, 16:37:06 PM
GOT IT!!!   THANK YOU!!!