Hello,
Just wondering how to increase the size of my blog post paragraph font?
Thanks for any help.
A user needed help increasing the font size of blog post paragraphs in their Dawn 7.0 theme.
Solution provided:
Implementation:
Status: Resolved - the user confirmed the solution worked after applying the second CSS snippet.
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!