Tagged: font size
Hi,
I’ve run into a small issue where the post title is smaller than the sub headings on the page. I’ve left everything in the settings at default so I’m not sure why this is happening.
If you look at the title, the font size for H1 is 21px and H2 is 28px.
I would love to get some help in resolving this.
sl
Hi slui!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:
.single .entry-content-wrapper .post-title {
font-size: 34px !important;
}
Regards,
Günter
Hi Gunter,
Where is the standard list of all the heading sizes in px in Enfold? I always feel that I’m kinda working blind.
sl