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)
-   -   fill text boxs. (https://forum.x-cart.com/showthread.php?t=26331)

Terrybraley 11-03-2006 04:18 AM

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

neroag 11-03-2006 04:57 AM

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

Terrybraley 11-03-2006 06:08 AM

Re: fill text boxs.
 
Did that, but didn't change all of the boxs.

Terrybraley 11-03-2006 06:11 AM

Re: fill text boxs.
 
Look at :
http://www.roadrashapparel.com/Image1.jpg
and you will see it.

Terrybraley 11-03-2006 06:14 AM

Re: fill text boxs.
 
1 Attachment(s)
Here is my css file

neroag 11-03-2006 07:35 AM

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.

Terrybraley 11-03-2006 07:41 AM

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.