How can I increase my blog font size in Dawn theme?

Hi! I’d like to change the font size of our blog body text by about 20% from what it is now (20% larger). Any advice would be much appreciated!

Thanks!

Hi @Peter_Brahan ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.article-template__content {
    font-size: 1.9rem;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

Thanks! That worked great.

1 Like