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)
-   -   Options drop down selections text color (https://forum.x-cart.com/showthread.php?t=34426)

amcc 10-06-2007 11:43 PM

Options drop down selections text color
 
I need to change the text color of my options drop down selections to be different from the default body font.

Where do I apply my new css font color style?

mffowler 10-07-2007 03:48 AM

Re: Options drop down selections text color
 
Do a search for 'styling web forms' or 'CSS select forms' and so forth. This is done in CSS like:

Code:

select {
  background-color: #000000;
  color: #ffffff;
}



You can also name the style and call it from the /skin1/modules/Product_Options/customer_options.tpl.

- Mike


All times are GMT -8. The time now is 02:00 PM.

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