This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi,
I adjusted the font type and size in the 8theme menu (main and body), but the blog post still have the same font and size. Where do I adjust that?
thanks
Hello,
Please provide us with a direct link to your blog.
Thank you.
Regards,
Eva Kemp.
Sorry about that. Please make sure you are in the “slovak” version. English does not have a blog.
Also I have a weird bleed out from one title on the newest article. Just noticed.
thanks
Hello,
Please add this code in custom.css to change font and font size of the posts:
.content-article p {
font-size: 15px !important;
font-family: open sans !important;
}
and to change size of the red title:
article.post h2 {
font-size: 20px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up