Hi there!
How can I change both the font size and the leading for the blog post body text? Thanks!
Hi alexmasica!
Thank you for visiting Kriesi’s support forum.
Use this on Quick CSS or custom.css to change the font size of the post:
.container.template-blog p {
font-size: 20px;
}
Cheers!
Ismael
Thanks!