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)
-   -   Category Box - links & color (https://forum.x-cart.com/showthread.php?t=46115)

mrerotic 03-08-2009 01:16 PM

Category Box - links & color
 
How can you change only the main category box links colors and decorations?

I have tried everything. Please if anyone can tell me how to change this for just the "Main category" box on the left only I would appreciate it.

- THANK YOU IN ADVANCE -

mrerotic 03-08-2009 03:30 PM

Re: Category Box - links & color
 
Basically right now the font colors are all blue and when you mouse over them they show underline. I want to change only the categories font color and remove the text-decoration: underline from this area as well. Anyone??? psst... PLEASE

Victor D 03-09-2009 12:06 AM

Re: Category Box - links & color
 
append this to your skin1/main.css
Code:

.menu-categories-list  ul li a:link, .menu-categories-list ul li a:visited,
.menu-categories-list ul li a:hover, .menu-categories-list ul li a:active {
 color:#put_your_color_here;text-decoration:none;
}


mrerotic 03-09-2009 06:01 AM

Re: Category Box - links & color
 
hey victor thanks :) Is there anyway you can give me your opinion on:
http://forum.x-cart.com/showthread.php?t=45126

Sorry to link you to it like this. But any help would be much appreciated.

mercury 03-09-2009 08:33 AM

Re: Category Box - links & color
 
How I change the font size, font family family to the Categories menu list?
I did the separate class in main.css, but doesn't work... any advice? :(

mercury 03-09-2009 01:11 PM

Re: Category Box - links & color
 
I have searched for it. But did not find '.VertMenuItems'

mercury 03-09-2009 01:12 PM

Re: Category Box - links & color
 
Mine is 4.2 version, so I can't find the '.VertMenuItems' in the main.css

Victor D 03-10-2009 12:00 AM

Re: Category Box - links & color
 
The recipe is the same
Code:

.menu-categories-list  ul li a:link, .menu-categories-list ul li a:visited,
.menu-categories-list ul li a:hover, .menu-categories-list ul li a:active {
font-family:tahoma;
}


mercury 03-10-2009 07:24 AM

Re: Category Box - links & color
 
Perfect! That worked! Thank you very much!

alec.thomas 03-18-2009 09:26 AM

Re: Category Box - links & color
 
Victor, could you tell me how to change the bolded decoration only to the selected sub category? Because I did a mod where whatever category is active, it drops down all the subcategorys beneath it. Thanks


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

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