Zen Cart Logo
Forums / Basic Configuration / header menu font size

header menu font size

Views: 1,323

Results 1 to 6 of 6
3 Jan 2011, 1:50 PM
#1
alexdog1805 avatar

alexdog1805

Zen Follower

Join Date:
Sep 2010
Posts:
109
Plugin Contributions:
0

header menu font size

http://www.otisweb.ro/souvenirs

I want to change the font size at header menu. How can I do that?I saw i topic in the forum but it didn't work.

3 Jan 2011, 3:30 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: header menu font size

If you mean the FAQ, etc., it would be #navEZPagesTop in stylesheet.css.

3 Jan 2011, 3:48 PM
#3
alexdog1805 avatar

alexdog1805

Zen Follower

Join Date:
Sep 2010
Posts:
109
Plugin Contributions:
0

Re: header menu font size

I mean the "About us | Register".

3 Jan 2011, 4:41 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: header menu font size

That would be here in stylesheet_tm.css:

#header .nav-links{ font-size:10px; text-transform:uppercase; color:#8f8f8f; padding:24px 22px 0 0;}

This stuff is easy to find, using the right tools.

Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

Some prefer Firebug, which does much the same thing.

28 Mar 2011, 7:42 PM
#5
oredayo avatar

oredayo

New Zenner

Join Date:
Oct 2010
Posts:
61
Plugin Contributions:
0

Re: header menu font size

Where is this "stylesheet_tm.css"?
THX.

28 Mar 2011, 7:50 PM
#6
oredayo avatar

oredayo

New Zenner

Join Date:
Oct 2010
Posts:
61
Plugin Contributions:
0

Re: header menu font size

Hello,

I am trying to:

  • get a menu with a higher height and fonts
  • get a color on the back of each link of the menu (like some buttons infact).

Would you have a solution?
Thank you.