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.
Views: 1,323
Zen Follower
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.
Black Belt
If you mean the FAQ, etc., it would be #navEZPagesTop in stylesheet.css.
Zen Follower
I mean the "About us | Register".
Black Belt
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.
New Zenner
Where is this "stylesheet_tm.css"?
THX.
New Zenner
Hello,
I am trying to:
Would you have a solution?
Thank you.
Tell staff why this post should be reviewed.