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

dgrif 08-03-2005 10:44 AM

Change color in header links
 
In the header is home, shopping cart, contact us. I have the header backgroung in white. I need to change the color of this text for these links.
It doesn't appear to be an image it says class=shadow.

Thanks
dgrif

balinor 08-03-2005 10:49 AM

Are you talking about the tabs up on the right? And are you using the default X-Cart skin or another skin?

dgrif 08-03-2005 10:52 AM

Tabs
 
Quote:

Originally Posted by balinor
Are you talking about the tabs up on the right? And are you using the default X-Cart skin or another skin?

Yes I am using neon skins but have changed the header background to white. The tabs are now showing the text as white .
you can see it here http://www.usavewholesale.com/store/home.php
The store is not live.

Thanks
dgrif

balinor 08-03-2005 10:56 AM

The class for those is actually 'Tab', the TD class is 'shadow'....just change the 'Tab' class in skin1.css.

dgrif 08-03-2005 11:06 AM

Tabs
 
Quote:

Originally Posted by balinor
The class for those is actually 'Tab', the TD class is 'shadow'....just change the 'Tab' class in skin1.css.

This is what I have in Tabs and it will not change it.
.Tab {
BACKGROUND-COLOR: #FFD44C;
FONT-WEIGHT: bold;
TEXT-TRANSFORM: uppercase;

Thanks
dgrif

balinor 08-03-2005 11:11 AM

That's because you aren't specifying the color:

use

COLOR: #FFD44C;

not

BACKGROUND-COLOR: #FFD44C;

dgrif 08-03-2005 12:21 PM

Tabs
 
Quote:

Originally Posted by balinor
That's because you aren't specifying the color:

use

COLOR: #FFD44C;

not

BACKGROUND-COLOR: #FFD44C;

There is no place in the tabs that says color.
I added it but it still don't change that part.

dgrif

dgrif 08-03-2005 12:44 PM

Re: Tabs
 
Quote:

Originally Posted by dgrif
Quote:

Originally Posted by balinor
That's because you aren't specifying the color:

use

COLOR: #FFD44C;

not

BACKGROUND-COLOR: #FFD44C;

There is no place in the tabs that says color.
I added it but it still don't change that part.

dgrif


I found it. I have 2 skin 1css since I have the neon skins installed.
Thank you so much for helping me.

dgrif


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

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