What would be the best way to adjust the text size of blog posts or page posts? Not the headers, but the paragraph text. I would like to make them a font size or two larger so it is easier to read.
Thanks.
What would be the best way to adjust the text size of blog posts or page posts? Not the headers, but the paragraph text. I would like to make them a font size or two larger so it is easier to read.
Thanks.
Hey,
add following code to custom.css (located in the folder "css") and adjust the font-size to your needs:
body {
font-size: 13px;
}You must log in to post.