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)
-   -   How do you change the background color of the content table? (https://forum.x-cart.com/showthread.php?t=40140)

MattZatus 05-29-2008 08:03 PM

How do you change the background color of the content table?
 
For example, I inserted my header and footer, however I want the background color of the of the store are (between the header and footer) to be white. But it's appearing as the same color as the blue background I set in the CSS file. What template would I edit to change the background color of just the table where the store is?

http://tinyurl.com/5cx469

Thanks

Holub 05-30-2008 12:03 AM

Re: How do you change the background color of the content table?
 
As I can see in your skin1.css there is the style for body and HTML

HTML,BODY {
HEIGHT: 100%;
MARGIN: 0px;
PADDING: 0px;
BACKGROUND-COLOR: #25395A;
}

This style defines color #25395A for background.
Try to add style for Table.Container and TD.Container
background-color: #FFFFFF;
i.e.

TABLE.Container {
HEIGHT: 100%;
background-color: #FFFFFF;
}
TD.Container {
VERTICAL-ALIGN: top;
HEIGHT: 90%;
background-color: #FFFFFF;
}

If there will be any probles please inform me.

Vivarant 09-27-2008 06:27 AM

Re: How do you change the background color of the content table?
 
Thanks just what i was looking for :D/


All times are GMT -8. The time now is 02:16 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.