Changing the font size
-
I can’t seem to figure out how to change the font size on the navigation menu without also changing the font size of the body text on the pages.
This is where I’m changing the font size:
extarea, input {
-moz-box-sizing: content-box !important;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
font-family: inherit;
font-size: 100%;I want to change the font on the navigation menu to make it about half the size it currently is, leaving the body text the same as it is now.
My site is: https://www.maxiselfstore.com
Any help would be much appreciated as I am very new to stylesheets – I’m using Firebug which does make life a little easier.
In addition, if you hover over the navigation menu, each one is highlighted with a grey strip – I would like to change the colour of that strip but Firebug can’t seem to find it – any suggestions?
Thanks in advance for anyone who can help!
- The topic ‘Changing the font size’ is closed to new replies.