How do I make the blog post title font smaller?

Hi,

How do I make the blog post title smaller? I thought I could edit H1 to edit it but the blog post title isn’t H1 it seems.

site is digitalnomadquest.com. Thanks!

Hello Sharon,

Thanks for posting in!

Please have your css code updated and use this instead:

h1, .h1,
.entry-title {
    font-size: 28px;
}

Hope this helps. Kindly let us know.

Works - thank you!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

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