Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / category tab font color issues

category tab font color issues

Views: 2,635

Results 1 to 6 of 6
6 Jul 2006, 8:47 PM
#1
futilemonk avatar

futilemonk

New Zenner

Join Date:
Jun 2006
Posts:
49
Plugin Contributions:
0

category tab font color issues

Hello,

Can anyone PLEASE help me change the font color of the category tab just below the header image. I have changed the background color, but i have been searching for hours and cannot find out how to change the font from dark gray.

-thanks

6 Jul 2006, 9:11 PM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: category tab font color issues

Pretty simple mate
go to your stylesheet.css and figure out
.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
Now, we just need to change the font proerty for .leftboxheading

So,

replace the section
.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
/background-color: #abbbd3;/
font-size: 10px;
font-weight: bold;
// color: #ffffff;
color: #9966FF;
padding: 3px;
height: 20px;
padding-left: 5px;
}
WITH

.rightboxheading, .centerboxheading, .singleboxheading {
/background-color: #abbbd3;/
font-size: 10px;
font-weight: bold;
// color: #ffffff;
color: #9966FF;
padding: 3px;
height: 20px;
padding-left: 5px;
}
.leftboxheading
{
/background-color: #abbbd3;/
font-size: 15px; / * This changes the font size for categories */
font-weight: bold;
// color: #ffffff;
color: #9966FF;
padding: 3px;
height: 20px;
padding-left: 5px;
}

Please note that yo umight have these defined in other ways

10 Jul 2006, 4:39 PM
#3
futilemonk avatar

futilemonk

New Zenner

Join Date:
Jun 2006
Posts:
49
Plugin Contributions:
0

Re: category tab font color issues

thank you for the reply, but i dont think i was specific enough.

I need to change the categories tab that is centered under the header image, not the side boxes.

I have the categories sidebox turned off.

Under the header my three main categories are listed horizontally. and i believe the CSS name is** navcattabs**. The font is dark gray by default and i would like to change it to white. can anyone help?

-thanks

11 Jul 2006, 8:55 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: category tab font color issues

giving a link will net more response.

11 Jul 2006, 2:44 PM
#5
futilemonk avatar

futilemonk

New Zenner

Join Date:
Jun 2006
Posts:
49
Plugin Contributions:
0

Re: category tab font color issues

I am trying to change the font color in the light-green bar directly below the header. There are three categories: Gift Items, Gift Packages, and Gourmet Foods, but the font is to dark in the light green background.

http://www.atouchofmississippi.com/store/

27 Feb 2011, 5:31 PM
#6
vitorb avatar

vitorb

New Zenner

Join Date:
Nov 2008
Posts:
4
Plugin Contributions:
0

Re: category tab font color issues

futilemonk:

I am trying to change the font color in the light-green bar directly below the header. There are three categories: Gift Items, Gift Packages, and Gourmet Foods, but the font is to dark in the light green background.

http://www.atouchofmississippi.com/store/

How did you change the font color and size of the categories tab menu in the end? I tried changing all the color associated with 'navcattabs' but it is still in the default dark gray color.

Someone please help thank you!