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)
-   -   Changing Background color to White and Changing Menu Color (https://forum.x-cart.com/showthread.php?t=2985)

jeeya 06-02-2003 09:44 PM

Changing Background color to White and Changing Menu Color
 
:D Hi again!
Well I tried to edit some templates but I keep messing up and after that I can't see anything and have re install skin so all the work I do before than passes away :( So if anyone is kind enought please give me a code by which I can paste that and just change the background to white instead of default x cart back ground for orange default skin. Also let me know which template should I paste it in. I have another question too. Can you tell me how can I change color of Menu bar on sides. Also what if I want to use image?? I tried to paste image code using my frontpage but images does not show up can you tell me the way I can upload it or do I need to open and save it to specific file????
Thanks.

StylinFX 06-02-2003 10:42 PM

These changes can be made under your skin1.css

Change:
Code:

BODY {
        MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
        BACKGROUND-COLOR: #FFFBD3;
}


TO:
Code:

BODY {
        MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;
        BACKGROUND-COLOR: #FFFFFF;
}


This will give you a white background you'll can also change the side menu colors from the .css also.

Hope this helps

jeeya 06-03-2003 12:56 AM

It worked!
 
Thanks!! I tried that couple of times but always did wrong :lol: Now I feel good in white looks like a fresh day and got out of depression :P

Thanks.


All times are GMT -8. The time now is 03:14 AM.

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