Hey Guys,
I did a search and couldn’t find anything that directly related…
Is there a way to change the font size of the text within a blog post only? If I adjust the <p> font size it changes the font size in way more places than I’d like… hoping there is a way to target the blog post text only.
Thanks for your help!
Jon
Hey!
please try following css code
.template-blog .post .entry-content {
font-size: 20px;
}
or
.template-blog .post .entry-content p {
font-size: 20px;
}
Regards,
Peter