There’s really no way to help with CSS without seeing your site.
And which font where? Also, do you have custom CSS set up? That’s necessary to make changes to CSS.
sorry, not sure I know the answers to these questions. I just downloaded the theme and started using it. If you click in any of the bubbles that will show you the current page font size
You cannot make changes to theme files – they will be erased when the theme is updated – so the way around that is to use a custom CSS plugin such as Custom CSS Manager. Install that first.
Do you want the text smaller or the heading(s)? Or both.
Do you have the plug installed and activated?
Once that’s done, add this to the new CSS section of the plugin – and change the size according to what you like.
.entry-title, .entry-title a {
font-size: 3.2rem;
}
.entry-content, .entry-summary {
font-size: 1.8rem;
}
one last question, if I may. I am in the editor of the plug-in. in which part of it do I add this code?
Under Appearance > Custom CSS Manager – there’s a blank box – copy the code there.
done. how do I reduce the font size using this?
add this to the new CSS section of the plugin – and change the size according to what you like.
EDIT- the numbers are the size of the font.