Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need help changing the paragraph font size. Re: Need help changing the paragraph font size.

#120719
TheDoc
Member

Generally the formatting of your basic typography should all be placed together. It actually appears that this hasn’t been done at all on this particular site, except for adding the bottom margin.

If you only want to change the size of the paragraph font of your posts, you can add something like this to the CSS:

.post-content p, .post-content li, .post-content blockquote {
font-size: 15px;
line-height: 1.5;
}