Hi,
Can you please advise on how to increase the font size on the Post/Page titles in Enfold?
Regards,
Hi David!
Please use this on Quick CSS to increase the size of the font:
.title_container .main-title {
font-size: 30px;
font-weight: 400;
}
Best regards,
Ismael
Sorry but that doesn’t seem to be working. I have cleared the Cache.
Please advise.
Hi!
It should work for the header’s title. Can you please post a screenshot of the title that you want to change?
Cheers!
Ismael
Ok. See it here: http://screencast.com/t/QcB7SM15
The Post title: Business & Lifestyle Testimonial: Hear From The “GodMother” Dorothy Cook Platinum President
I have increased the font size to 50px but can see no change.
Please advise.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.entry-content-wrapper .post-title {
font-size: 50px; }
Best regards,
Yigit
Awesome…! that worked – Cheers :-)