Blogs: Make your blog text larger

Example before:

After:

Code to use:

/* -- code to make blog content font larger -- */
.blog__article__content.rte p { font-size: 1.3em; }
/* - end - */

You can change the value from 1.3em; to 1.2em or 1.1em; for smaller. 1.4em; would be even larger.


Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code