- This topic has 1 reply, 2 voices, and was last updated 4 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘the font size of the blog is quite large’ is closed to new replies.
on the page where all the articles are shown, but also in each article, the font size is quite large. This appears on the whole page (ie in the text, in the footer, in the menu, on the sidebar). How can I control it?
Thanks
The main body font size can be changed by adding this small CSS snippet at ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:
body {
font-size: 15px;
}
15px is the default size. Change this to a different value.
Some parts of the theme (headings, navigation etc) have their own defined font size.
If you want to change the size of a specific element, please let me know exactly which you want to change, and I’ll be able to assist further.