Font Size
- The topic ‘Font Size’ is closed to new replies.
Need help? Check out our Support site, then
How do I change the paragraph font size? For example, the text on the mission page:
http://theinnerground.com/mission/
I wish for it to be the same font style, but slightly smaller font size throughout all the pages on the site.
I do not want to change any of the headings or titles.
Thank you.
The blog I need help with is: (visible only to logged in users)
Hey! If you have the custom design upgrade, you can adjust the Font size of the paragraphs by adding this to your CSS:
article .post-content {
font-size: 15px;
}
And adjust the 15px to whatever size you would like!
Thank you! Perfect!*