Font size of headings is HUGE

I just installed X theme and my only problem is my heading font sizes. I can’t figure out why they are larger than the title of my page title/blog post title. I went to Options/Typography and the Headings Font Weight is 400-Regular. But when I change it, there is no change to the headings. Can you help?

You can view a post here: https://more-love.org/2019/07/01/does-my-child-have-an-eating-disorder-3-signs-other-than-weight/

Hi Virginia,

Thank you for writing in, font-weight defines the weight of the text, not the size.

Yes, you’re right the page title/blog post title is smaller than the natural size of headlines (h1 and h2). So if you need your headlines to be smaller than the titles you need to use the h3 or smaller.

Or if you need to stick with the h2 but needs the font-size to be smaller than the title, please add a class (h3 or h4) to your hardcoded headlines.

e.g.

<h2 class="h4"><strong>1.</strong> Changes in appearance</h2>

Hope it helps,
Cheers!

Thank you. Is there any way to make the default headline to be H3? I have +300 articles and it will take a long time to convert all of them individually.

Hi Virginia,

No, we can’t but we can resize the h2s instead to decrease its default size. Please add this to Theme Options > CSS

.single-post h2, .single-post .h2 {
	font-size: 228%;
}

Hope it helps,
Cheers!

Perfect! Thank you!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.