How can I enlarge the text size in my blog posts?

Hello,

How to increase text size in blog posts?

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.template-article .rte {
font-size: 21px;
}