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

ARW VISIONS 06-01-2009 12:37 PM

Category links?
 
How do you change the category link colors and size independently of the other left bar links?

ARW VISIONS 06-01-2009 12:45 PM

Re: Category links?
 
I would think this would do something but it does nothing if the declaration is already defined earlier in the CSS for any link.

.menu-categories-list a:link,
.menu-categories-list a:visited,
.menu-categories-list a:active
{
color:#fff;
font-size: 25pt;
}


.menu-categories-list a:hover{
color:#003300;
text-decoration:none;
font-size: 12pt;
}

ARW VISIONS 06-01-2009 01:07 PM

Re: Category links?
 
had to add ul li

.menu-categories-list ul li a:link,
.menu-categories-list ul li a:visited,
.menu-categories-list ul li a:active
{
color:#fff;
font-size: 10pt;
height:25px;
line-height:25px;
display:block;
padding-left:5px;
}


.menu-categories-list ul li a:hover{
background-color:#A5F4FE;
color:#003300;
text-decoration:none;
font-size: 10pt;
height:25px;
line-height:25px;
display:block;
padding-left:5px;
}

SHEESH!!!

ARW VISIONS 06-01-2009 01:10 PM

Re: Category links?
 
Ok i went to change this in my distributive, and it's correct there. I had not cahnged taht code before, so why is it different on the install than the distributive?

carpeperdiem 06-01-2009 01:51 PM

Re: Category links?
 
Quote:

Originally Posted by Ashley
Ok i went to change this in my distributive, and it's correct there. I had not cahnged taht code before, so why is it different on the install than the distributive?


Ah... finally figuring out how xcart distributions can vary from upgrades vs. virgin installs vs. letting the installer run. ](*,)

I know how frustrating this can be!!!! Welcome to the club.


All times are GMT -8. The time now is 11:08 AM.

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