Blog post titles smaller than h2

Blog post titles are much smaller than the h1, h2, h3 headings within the blog post itself.

Here is an example.

Notice how the body heading “Are you making any of these mistakes” is much larger than the blog title “5 ways HSEs unintentionally make their marketing fears worse.”

How can I change this setting for all future blog posts without affecting the settings for individual website pages?

I want a simple upload of my blog posts in google docs to work from the get go. Without having to remember to do too many post by post changes.

Hello There,

Thanks for writing in! To resolve your heading issue, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

h1, .h1 {
    font-size: 210%;
}

h2, .h2 {
    font-size: 190%;
}

h3, .h3 {
    font-size: 170%;
}

h4, .h4 {
    font-size: 150%;
}

Feel free to adjust the font sizes.

And lastly, do you want to publish a post from Google Docs? Please check out this articles:


https://www.cloudways.com/blog/publish-google-docs-to-wordpress-directly/

Hey there,

Already use wordable.io for publishing from google docs but thanks for those links.

I updated the CSS but the h1, h2 tags are still bigger than the blog post titles. Here is an example.

Let me know how I should edit the css. Thanks!

Hi again,

Please update the previous code to this:

h1, .h1 {
    font-size: 160%;
}

h2, .h2 {
    font-size: 140%;
}

h3, .h3 {
    font-size: 120%;
}

h4, .h4 {
    font-size: 100%;
}

Hope this helps!

That doesn’t seem to work at all. See here.

Can you take a look at the global css and see what is going on please?

Hi again,

It didn’t work because you had a missing curly bracket in your Customizer, I went ahead and fixed it for you and now the headings are displaying just fine. Please clear your browser’s cache and check the page again.

Cheers!

Perfect. Thanks for fixing the missing curly bracket. Cheers!

Glad we were able to help :slight_smile:

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