size
-
font size
The blog I need help with is: (visible only to logged in users)
-
Font size where? blog post tiles, page titles, body text in posts and pages, in widgets – where?
- The topic ‘size’ is closed to new replies.
font size
The blog I need help with is: (visible only to logged in users)
To update the font size in the Hemingway theme, try adding this to your Appearance → Custom Design → CSS editor as a starting point:
body {
font-size: 16px;
}
Adjust the number as necessary.