View Single Post
  #3  
Old 10-21-2007, 06:02 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Font Colour in Text and drop boxs only

If you look at your skin1.css file, you'll see the INPUT, TEXTAREA, etc are grouped in with the BODY tag where you set the color. Simply move the form field elements to a new line and assign them their own color. For example:

INPUT, TEXTAREA, SELECT {color: #000000;}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote