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 link colours in speedbar (https://forum.x-cart.com/showthread.php?t=7714)

PhilJ 04-29-2005 03:17 AM

Thanks for the fix, I spent hours trying to figure this one out ](*,)

Scott DeToffol 07-28-2006 10:38 AM

I'm stuck
 
I'm stuck on this one too.

I can adjust .Tab properties in skin1.css and it works, but the link properties inherit from the A:link at the top of the .css file.

Here is my code:

top_menu.tpl
Quote:

<TD valign="top" >{include file="customer/tab.tpl" tab_title="`$speed_bar[sb].title`"}</TD>


Here is my skin1.css
Quote:

.Tab {
FONT-WEIGHT: normal;
TEXT-TRANSFORM: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size: 12px;
}
.Tab:link {
COLOR: #FFD44C;
TEXT-DECORATION: none;
}
.Tab:visited {
COLOR: #FFD44C;
TEXT-DECORATION: none;
}
.Tab:hover {
COLOR: Aqua;
TEXT-DECORATION: underline;
}
.Tab:active {
COLOR: #FFD44C;
TEXT-DECORATION: none;
}

Any help is appreciated.

Scott DeToffol 08-01-2006 01:30 PM

Fixed
 
Fixed it myself ;)

Quote:

.Tab {
FONT-WEIGHT: normal;
TEXT-TRANSFORM: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.Tab A:link {
COLOR: #333333;
TEXT-DECORATION: none;
}
.Tab A:visited {
COLOR: #333333;
TEXT-DECORATION: none;
}
.Tab A:hover {
COLOR: red;
TEXT-DECORATION: underline;
}
.Tab A:active {
COLOR: #red;
TEXT-DECORATION: none;
}


All times are GMT -8. The time now is 06:16 PM.

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