Hi boris,
First of all please update the theme to latest version 1.1.2.
You can view this link for updating process: https://www.styledthemes.com/wordpress-tutorials/410-installing-updating-themes
Note: Please take a backup of your site before proceeding. Normally we use duplicator plugin to make a backup. https://wordpress.org/plugins/duplicator/.
Here is the video tutorials how to use duplicator and save it to your local computer https://www.youtube.com/watch?v=VdvOGV2eIjE
To change font size of post content:
.post .entry-content p {
font-size: 1.0rem;
}
To change font size of page content:
.page .entry-content p {
font-size: 1.0rem;
}
Note: Please use child theme[style.css] to add this css, otherwise your changes will be lost on theme update.
Thanks