View Single Post
  #2  
Old 10-07-2007, 03:48 AM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default 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
__________________
4.1.9
Reply With Quote