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)
-   -   Simple CSS problem (https://forum.x-cart.com/showthread.php?t=29479)

jcarrel 03-07-2007 06:26 PM

Simple CSS problem
 
I am a newbie with x-cart, and have some knowledge of CSS. I am attempting to change the link text color in the .Tab class of the skin1.css without changing the entire a:link.

The .Tab looks like this:

.Tab {
BACKGROUND-COLOR: #202F4D;
FONT-WEIGHT: bold;
}

I've attempted to add a .Tab:link but not sure if that is correct. I could not get it to work. Your help would be greatly appriciated!

balinor 03-19-2007 08:47 AM

Re: Simple CSS problem
 
You would need to add a class to the actual <a> tags in the tab code, and then define that class in skin1.css.


All times are GMT -8. The time now is 03:53 AM.

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