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

category tab navagation issues

Locked

Views: 2,011

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
19 Jul 2006, 21:07
#1
futilemonk avatar

futilemonk

New Zenner

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

category tab navagation issues

hello,

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/

please help

-thanks

19 Jul 2006, 22:00
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,590
Plugin Contributions:
0

Re: category tab navagation issues

The ID is #navCatTabs and the class is .category-top, you need to change the color in the stylesheet.

19 Jul 2006, 22:58
#3
futilemonk avatar

futilemonk

New Zenner

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

Re: category tab navagation issues

-thanks Kim

yeah I have been looking all over for category-top and Apparantly I am overlooking it. does anyone know which styleshhet it is in? ...and possibly what line it is on.

Thanks

19 Jul 2006, 23:06
#4
futilemonk avatar

futilemonk

New Zenner

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

Re: category tab navagation issues

i found the category-top in the original stylesheet,:

/* categories box parent and child categories */
A.category-top {
color: #008000;
text-decoration: none;

but that color is not in use in this region and I still cannot change the font color from dark gray.....I have been working on this one thing for hours and still no luck....if anyone can help that would be great!!

-thanks

19 Jul 2006, 23:07
#5
onisama avatar

onisama

New Zenner

Join Date:
Dec 2005
Posts:
60
Plugin Contributions:
0

Re: category tab navagation issues

stylesheet_new.css

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #XXXXXX;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
}

Change the X's to your color number.

19 Jul 2006, 23:30
#6
futilemonk avatar

futilemonk

New Zenner

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

Re: category tab navagation issues

thanks for the reply

I am actually trying to change the font color not the background color.

I already changed the background to a light green.

I need to change the font from dark gray to white so it is legible.

please help!!

-thanks

19 Jul 2006, 23:43
#7
onisama avatar

onisama

New Zenner

Join Date:
Dec 2005
Posts:
60
Plugin Contributions:
0

Re: category tab navagation issues

stylesheet_new.css

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #XXXXXX;
}

Replace the X's with your color.

20 Jul 2006, 00:10
#8
futilemonk avatar

futilemonk

New Zenner

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

Re: category tab navagation issues

onisama your a genious!!

thanks to everyone for helping, now as soon as someone answers my shipping question it is launch time.

-THANKS TO ALL

20 Jul 2006, 03:16
#9
onisama avatar

onisama

New Zenner

Join Date:
Dec 2005
Posts:
60
Plugin Contributions:
0

Re: category tab navagation issues

Glad to help.