Change font of the body in blog post (articles)
-
Hello,
is there a way to change only the font (style and size) only in the body of all posts in the blog?
I mean, I need to have a different font for all the posts in my blog. I’ve already created all the posts and want to chenge the font in bulk.
Thanks
Hello,
Please provide a single post URL I will give you custom CSS.
Best Regards
Hello,
here the page. Please provide a CSS that can be used in custom CSS theme settings in order to have the same for all the posts.
Thank you!
Hello,
You will need to remove inline styles: https://gyazo.com/2c640f19b43c69745946e84423a1c1dd
Please add this code to the Theme Settings > Custom CSS > Global:
body.single-post p{
font-size:30px;
}
You can change the size as per your needs and add other styles.
Best Regards