Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Font settings for category sidebox?

Font settings for category sidebox?

Locked

Views: 2,057

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
26 Oct 2006, 11:46 PM
#1
lyricwings avatar

lyricwings

Zen Follower

Join Date:
Oct 2006
Posts:
109
Plugin Contributions:
0

Font settings for category sidebox?

I'm sure there's an easy fix for this, and I'm just not finding it.

In my category sidebox, I'd like the subcategories to be in a smaller font size than the categories (so when the categories are expanded, the subcategories display in a smaller font).

I'd also like to both categories and sub-categories bolded.

Can anyone tell me where I can control these settings?

Thanks!

27 Oct 2006, 1:21 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Font settings for category sidebox?

Locate the stylesheet.css for your active template and edit it. Find or add the following: adjust font sizes and colors to your liking

.category-subs-parent {
color: #006633;
font-size: 1.4em;
}

a.category-products {
color: #9a9a9a;
font-size: 1.2em;
}
27 Oct 2006, 5:09 PM
#3
lyricwings avatar

lyricwings

Zen Follower

Join Date:
Oct 2006
Posts:
109
Plugin Contributions:
0

Re: Font settings for category sidebox?

Thanks Kobra.
The template I'm using didn't have a section for those settings in it, which is why I was lost!
I added them, and all is well. thanks for your help.

5 Nov 2006, 6:58 PM
#4
reza avatar

reza

Zen Follower

Join Date:
Aug 2006
Posts:
166
Plugin Contributions:
0

Re: Font settings for category sidebox?

kobra:

Locate the stylesheet.css for your active template and edit it. Find or add the following: adjust font sizes and colors to your liking

.category-subs-parent {
color: #006633;
font-size: 1.4em;
}

a.category-products {
color: #9a9a9a;
font-size: 1.2em;
}


hi
i have a question about fixing the font size.
when user tries to change font size on his pc, he gets disoriented layout, because I use utf-8 fonts, 
how can I fix my pages, so, the user can not more change font size in his view-font size browser?
thanks in advance