CSS Menu Bar, Increase Font Size
-
I use Twenty Eleven (customized) and would like to increase the font size of the text in my horizontal menu/navigation bar. Any tips? For http://www.isabelashdown.com – many thanks for any help!
The blog I need help with is: (visible only to logged in users)
-
You can add the code below to your CSS, and change the number of the font-size to increase/decrease the navigation font.
#access li { float: left; position: relative; font-size: 15px; } -
- The topic ‘CSS Menu Bar, Increase Font Size’ is closed to new replies.