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)
-   -   Background Color Help (https://forum.x-cart.com/showthread.php?t=36037)

lynnesuga 12-09-2007 09:52 AM

Background Color Help
 
I'm trying to change the middle section from white to black.


this only changed the left and right sides to black

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

link to page, slight nudity warning
http://74.54.41.162/~only/home.php

anyone have any ideas?

using version 4.1.8

carpeperdiem 12-09-2007 10:25 AM

Re: Background Color Help
 
Look at

TD.Container {
VERTICAL-ALIGN: top;
HEIGHT: 90%;
}

try adding:

BACKGROUND-COLOR: #000000;

lynnesuga 12-09-2007 11:42 AM

Re: Background Color Help
 
tried that before, and again now, it's not working. Is there something that's overriding it?

kvedros@cox.net 12-12-2007 11:19 AM

Re: Background Color Help
 
I think you need :
TD.DialogBox {
BACKGROUND-COLOR: #000000;
}
and

TD.DialogTitle {

BACKGROUND-color: #000000;

And then you need to add a class to the txt_welcome in Languages for your home page.
THough I am definately a newbie


All times are GMT -8. The time now is 06:06 PM.

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