lose the title area in sites and blog posts

Hi Shapely Team,
let me first say, I really enjoy this theme. It’s the second page I created with it.

For this new Homepage though, I would love to lose the grey space in which the title is shown before every page and site content. I attached a screenshot. It would make the page look a bit cleaner.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the header by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove header*/
.header-callout {
    display: none;
}

Best Regards,
Support

thank you for that fast reply,
works perfect!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support