Change the font size for blog - Impact theme

I am using Impact as the theme, how do i change the blog font size? like there are options for different size of heading but only one size for body which is too small, barely read. Please help with this, thanks.

URL: https://mattresscrafters.com.au/blogs/blog/understanding-the-science-of-sleep-how-many-sleep-cycles-do-you-need-mattress-crafters

Hello @mxhyj ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

.blog-post-content {
  font-size: 18px;
}

Save and preview

Hope this can help.

Transcy

1 Like

Hello,

Try this.

Online store > theme > actions > edit code.

Assets > open theme.css file.

Copy and paste this code at the bottom of the file.

.article-content p {
  font-size: 1.2rem;
}

Hope this helps,

1 Like

This is the result:

It works. Thanks for the help!

1 Like

You are welcome!

Thanks.