![]() |
fill text boxs.
I have a problem. If you go to :
http://www.roadrashapparel.com/rra/American-Choppers-pr-168.html Add to cart, (yes I know it's green) then checkout (green also) You will notice that Product,Price and subtotal do not show up. I know why they don't. I just want to change the box color from white to a darker color. That's where I have ran into a problem. Anybody know how to do this? Thanks, Terry |
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 |
Re: fill text boxs.
Did that, but didn't change all of the boxs.
|
Re: fill text boxs.
|
Re: fill text boxs.
1 Attachment(s)
Here is my css file
|
Re: fill text boxs.
ahhh OK
Looking at the file its the table background that needs changing in skin1/customer/main/cart_details.tpl look for the line .. Code:
<TR{if $bg eq ""}{assign var="bg" value="1"} bgcolor="#FF0000"{else}{assign var="bg" value=""} bgcolor="#EEEEEE"{/if}> the #FF0000 will turn the table background to Red. |
Re: fill text boxs.
THANK YOU, THANK YOU,
That was it , and I looked in there but must of missed it. Thanks, Terry |
All times are GMT -8. The time now is 11:16 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.