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)
-   -   subcategories font type and color (https://forum.x-cart.com/showthread.php?t=13329)

usiripakdi 04-09-2005 12:52 PM

subcategories font type and color
 
Any know which line in skin1.css should I make the change to change the font name, font type, and color of the categories name when it is listed under the main categories.

Thanks,

shan 04-11-2005 03:16 AM

adjust ..

Code:

.CategoriesList {
        FONT-SIZE: 12px;
}


set to

Code:

.CategoriesList {
        FONT-SIZE: 12px;
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
}


just change the order of the font names to suit

or subcategories is handles by

Code:

.ItemsList {
        COLOR: #330000; FONT-WEIGHT: bold;
}


usiripakdi 04-11-2005 10:25 AM

I got the color changed, but when I try to change the size of the font, it had a side effect on the size of the categories menu width.


All times are GMT -8. The time now is 10:19 AM.

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