How do I change the font size of the posts ?

How do I change the font size of the posts ? In which location exactly should I change this information?

Hello Ricardo,

You should use a CSS solution to increase the font size:

body { font-size: 20px !important; }

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 this is what you were looking for.

Regards

Yes! That was exactly what I needed! Thank you very much! :slight_smile: