Hey,
I am wanting to change the font size exclusively for the blog posts.
How can i do that without globally changing the font size for all body font size for my website?
thanks
This topic has 2 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
Hey,
I am wanting to change the font size exclusively for the blog posts.
How can i do that without globally changing the font size for all body font size for my website?
thanks
Hello, Hassan,
Thank you for reaching out to us with your query. To adjust the font size exclusively for your blog posts without affecting the global font size for your website, you can apply custom CSS:
.single-post .content-article p,
.single-post .content-article span,
.single-post .content-article li {
font-size: 30px !important; /* Change this value to your desired font size */
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up