X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Font color in form fields (https://forum.x-cart.com/showthread.php?t=37750)

KAROO 02-21-2008 08:50 AM

Font color in form fields
 
The backgront-color of our site is black and most fonts in the skin1.css are set to FFFFFF. Now we realize that we can't read the user input in the (white) form fields, such as profile or authentication forms.

Where are the font colors in the forms defined, or alternatively the color of the form fields? If the font color of the form fields have some generic style, how can we work around the issue and keep our black background w/ white fonts?

Thanks

balinor 02-21-2008 09:26 AM

Re: Font color in form fields
 
It is CSS:

INPUT,SELECT,TEXTAREA {color: #000000;}

KAROO 02-21-2008 09:59 AM

Re: Font color in form fields
 
That did the trick!
Thanks Padraic


All times are GMT -8. The time now is 10:29 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.