Please update the code
.article-template p, .article-template span, .article-template li {
font-size: 2rem!important;
}
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.
Please update the code
.article-template p, .article-template span, .article-template li {
font-size: 2rem!important;
}