Home › Forums › Trusted › the font size of the blog is quite large › Reply To: the font size of the blog is quite large
May 12, 2021 at 11:01 am
#14161
Andy
Keymaster
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.