Organization Theme – Changing font size on the menu
-
How can I change the font size on the menu without changing the size for the rest of the page body?
The blog I need help with is: (visible only to logged in users)
-
-
Hi @drveselak, since you are using custom fonts, we will need to use a slightly different CSS selector when adjusting the font size on the menu.
.wf-active #navigation { font-size: 1.105em; }The other thing that you may want to adjust, since the menu is so tall, would be the line height. Add the following to be able to adjust the line height of the menu.
.menu a { line-height: 4.2; } -
-
-
Hi there, I just looked at your custom CSS, and you are missing the period ( . ) before the selectors. Put a period before wf and menu.
- The topic ‘Organization Theme – Changing font size on the menu’ is closed to new replies.