Blog posts H1 size

How do you change the size of the H1 titles for the blog posts?
Thank!

Hi @oceansurf,

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 -> Shapely Options -> Other

body.single-post h1.post-title {
    font-size: 41px;
}

Please change the font size 41 in the above code to whatever you want to.

Best Regards,
Movin