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)
-   -   Change Background color for categories menu (https://forum.x-cart.com/showthread.php?t=26829)

leorulz 11-22-2006 07:29 PM

Change Background color for categories menu
 
Hi, can anybody tell me how can i change background color for category menu on www.dreamindiamonds.com to yellow. I looked thru skin1_c.css, but i am not able to find any variable that controls that background color for that specific category menu. Any help would be appreciated.

By the way, happy thankgiving to everybody!!!!

lachild 11-22-2006 10:21 PM

Re: Change Background color for categories menu
 
Looks like there might be a number of places that this being assigned... Look for the following in you .css file..
Code:

.VertMenuCatBox {
        BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatWelcBox {
        BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatBorder {
        BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatWelcBorder {
        BACKGROUND-COLOR: #FFD7D3;
}
.VertMenuCatTitle {
        BACKGROUND-COLOR: #FFD7D3;
        COLOR: #B80134;
        FONT-WEIGHT: bold;
        FONT-SIZE: 12px;
}
.VertMenuCatWelcTitle {
        BACKGROUND-COLOR: #FFD7D3;
        COLOR: #B80134;
        FONT-WEIGHT: bold;
        FONT-SIZE: 12px;
}
.VertMenuCatBoxNewsTitle {
        BACKGROUND-COLOR: #FFD7D3;
        COLOR: #B80134;
        FONT-WEIGHT: bold;
        FONT-SIZE: 12px;
}
.VertMenuCatWelcBoxNewsTitle {
        BACKGROUND-COLOR: #FFD7D3;
        COLOR: #B80134;
        FONT-WEIGHT: bold;
        FONT-SIZE: 12px;
}


Hope this helps... And I hope I got em all...

balinor 11-23-2006 03:35 AM

Re: Change Background color for categories menu
 
Moving to Template Editing


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

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