Changing the font size and line spacing on my blog

Hi there! How do I change the font size and line spacing on my blog? Not sure how big I would like to have it, but I would like to have choices? So can you tell me what I would need to change if I wanted it bigger or smaller? Thank you!

Hello BoomBrosApparel,
Please share your site url and screenshot.
So that i can check and let you know the exact solution here.

https://boombrosapparel.com/blogs/news/tee-shirts-for-sale-for-the-fitness-enthusiast

Hello BoomBrosApparel,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss.liquid

#shopify-section-article-template .rte.rte--indented-images p {
    font-size: 20px;
    line-height: 1.7;
}

Note: Please change font size and line height as per your requirement

1 Like