add more static pasges in shapely theme

Hello admin,
first I’d like to thank you for this awesome theme. I really like it!
Can you please help me with these 2 requests:
1- how to remove the title in the header picture (blog section)
2 how to remove the blog like section alltogether. I’d like it to look like a static page. but I will keep the blog section though.

Thank you very much for support.

Cathia

Hello there,

I hope you are doing well today.

You can use the following CSS code to make the changes to the theme by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove page title*/
.page-title {
    display: none;
}

As for the sidebar, go to Appearance > Widgets and remove the widgets from the Sidebar.
After that go to Appearance > Customize > Shapely Options > Blog Settings > Blog Template and set it to full width.

Best Regards,
Support