Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Font size of different sidebox heading texts

Font size of different sidebox heading texts

Locked

Views: 1,260

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
29 Oct 2007, 7:29 AM
#1
haostaff avatar

haostaff

Zen Follower

Join Date:
Oct 2007
Location:
Hong Kong
Posts:
112
Plugin Contributions:
0

Font size of different sidebox heading texts

Somhow, the "Search" and "Currencies" sidebox heading fonts are smaller than that of the others.

See http://store.haostaff.com

I want them to be of the same size and font.

Suspect this has something to do with the stylesheet. But I am a non-IT guy trying to build a store/site for myself. I would appreciate if someone can help me by telling me exactly which file to amend and how.

Thanks !

I love this community. It has solved quite a few problems for me.

Rgds,
Jeff:smile:

29 Oct 2007, 9:13 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Font size of different sidebox heading texts

Here's another solved then. In your stylesheet you have the following section> #manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {

font-size: 0.9em; <-- 1em
color: #ffffff;
}Make the marked change and everything will match up.

29 Oct 2007, 10:50 AM
#3
haostaff avatar

haostaff

Zen Follower

Join Date:
Oct 2007
Location:
Hong Kong
Posts:
112
Plugin Contributions:
0

Re: Font size of different sidebox heading texts

Thank you, Sir ! It worked wonderfully.

Jeff