Hello,
Just wondering how to increase the size of my blog post paragraph font?
Thanks for any help.
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
.article-template p {
font-size: 2rem !important;
}
Copy
Thanks
Please update the code
.article-template p, .article-template span, .article-template li {
font-size: 2rem!important;
}
Thanks that worked like a charm!