How to reduce font size for H1 tags?

Hi,

How do I reduce the font size for my H1 tags on my homepage? http://souperdiaries.com/

Thanks in advance.

Yvonne

Hi Yvonne,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

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

Best Regards,
Movin

Thanks, Movin :slight_smile:

You are most welcome here :slight_smile: