Zen Cart Logo

Sub category font

Locked

Views: 1,360

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Dec 2006, 9:57 PM
#1
240racr avatar

240racr

New Zenner

Join Date:
Nov 2006
Posts:
15
Plugin Contributions:
0

Sub category font

I can't seem to find the spot in the CSS file that controls the font size for the sub categories. Can someone help me?

15 Dec 2006, 3:16 PM
#2
lib99 avatar

lib99

Totally Zenned

Join Date:
Dec 2004
Location:
New York, USA
Posts:
965
Plugin Contributions:
0

Re: Sub category font

One method for finding applicable CSS styles from your browser is to use View Source. Then find the text and see what style tag is associated with it.

Another method that is very useful is to install the Web Developer add-on for the Firefox browser. Excellent tool and all freely available. (IE has something similar as well, but I prefer Firefox.)

Add your font-size to:

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #660099;
	text-decoration: none;
	}
16 Dec 2006, 9:42 AM
#3
240racr avatar

240racr

New Zenner

Join Date:
Nov 2006
Posts:
15
Plugin Contributions:
0

Re: Sub category font

Thank you. It looks like it worked, but it also make the text in the Category side box bigger as well. This is not a problem, but not exactly what I want. If it has to be this way that is fine.

Thanks again!! This software is driving me bonkers :lol: I have never used software like this.