Archived topic
Increase font size on all posts
11 replies · Started by Adam on June 18, 2022
Hello,
Is there a way to increase the font size on all my posts on my blog (without having to manually go into each post and change it)?
And, if so, will this mess up the placement of my photos and ads, etc, or will GP auto-adjust to the new font size?
Thanks!
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi Leo,
Its really not one particular page, I want to do it across all my blog posts. I think its around 140 articles.
Try changing the Body font size under the Typography section in the customizer:
https://docs.generatepress.com/article/dynamic-typography-overview/
will this mess up the placement of my photos and ads, etc, or will GP auto-adjust to the new font size?
will this mess up the placement of my photos and ads
It shouldn't but it might depend on how everything is set up.
There isn't a way to determine this without actually testing it.
How do I change the body font size of one particular post?
Can you link me to that particular post?
Sent
You could try this CSS:
body.single.postid-839 .entry-content p {
font-size: 25px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hi Leo- I'm not a programmer and don't know what that is...or what to do with it without messing up everything else.
Is there a regular user function to adjust the font size on a specific blog post? Similar to the customizer option (except not across all posts?)
Try copying that code and pasting it in the Additional CSS field in the customizer:
https://docs.generatepress.com/article/adding-css/#additional-css
The code will change all the <p> tag on the linked post to font-size 25px.
There isn't an option to adjust the font size on a specific post unfortunately - it's not very common.