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)
-   -   Replacing Background color with Background Image. (https://forum.x-cart.com/showthread.php?t=5771)

lacrossenate 12-29-2003 08:56 PM

Replacing Background color with Background Image.
 
](*,) I have spent many hours looking through the forum for this answer and if I missed it I am very sorry for this post. I want to replace the main cart background color with an image. I've seen this done on many of the x-cart sites.

Any help is appreciated (my head is getting sore from the wall)

X-Cart Version 3.5.1
OS Version Linux 7.3

funkydunk 12-30-2003 03:28 AM

This is done in skin1.css, change the setting of BODY to something like:

Code:

BODY {
        MARGIN-TOP: 0 px;
        MARGIN-BOTTOM: 0 px;
        MARGIN-LEFT: 0 px;
        MARGIN-RIGHT: 0 px;
        BACKGROUND-COLOR: #FFFFFF;
        background-image: url(images/background.gif);

}


lacrossenate 12-30-2003 02:41 PM

Thanks much. Worked like a charm.


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

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