- This topic has 3 replies, 2 voices, and was last updated 6 years, 12 months ago by .
How to change font size for post titles?
You must be logged in to reply to this topic.
Hello! How can I change the font size of the post titles and h1-h4? Nothing I edit in the stylesheet changes. Thanks!
Hello,
Log into your Admin Dashboard and navigate to Integral Options > General Settings > Typography.
You will be able to edit them there.
I have tried that option and it does not change the BLOG POST titles. I am also working with Parallel Pro not Integral.
Hello,
My apologies I misread your question.
To edit the size of the post titles in the blog use the following CSS code,
.content .entry-title {
font-size: 18px;
}
Change the number to what ever you wish.
You can enter this code in the Custom CSS field of the Custom Code section of Parallel Pro Options.
You must be logged in to reply to this topic.