Font size
-
I want to make the size of the base font (menu text) something between the “normal” and “large” options provided.
I also want to adjust the size of my font that is shown in my posts.
Thank you
The blog I need help with is: (visible only to logged in users)
-
Hi there, you can add the following custom CSS and then adjust the 1.125em menu font size as desired.
.navigation-classic .primary-navigation .menu-primary > ul > li > a { font-size: 1.125em; } -
-
For the content text in posts and pages, you can use the following to adjust it.
.entry-content { font-size: 120%; }it was 100% originally.
- The topic ‘Font size’ is closed to new replies.