enlarge font

HI there,

Haw can I enlarge the size of the blog post font? And the size of the small font in all sections on the home page?
I am referring to the font in regular text, not headers or titles.

And thanks for this great theme!

Agata

Hello Agata,

Try this CSS to raice the font size values:

body{
font-size: 18px;
}
.front-page-section .section-header p,
#header .bottom-header p{
font-size: 20px;
}

This code should be placed in a child’s theme stylesheet.css, ideally.
But you can use a custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Let me know if you got it alright.

Regards