Thread: fill text boxs.
View Single Post
  #2  
Old 11-03-2006, 04:57 AM
 
neroag neroag is offline
 

Senior Member
  
Join Date: May 2005
Location: UK
Posts: 171
 

Default Re: fill text boxs.

you could try ....

in skin1.css try changing

BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #000000; FONT-SIZE: 10px;
}

to ...


INPUT {
background color : #018bf1; <---------- Colour you want to use
}

BODY,P,DIV,TH,TD,P,SELECT,TEXTAREA {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #000000; FONT-SIZE: 10px;
}


All ive done is take out the the INPUT box out of the main class & change the colour in there for you to see
__________________
X-cart Gold - 4.0.18 - 4.1.9 - 4.1.10 - 4.3.0
Reply With Quote