How to remove shapely theme heading?

Sir I would like to know how I remove the shapely heading of the page title displayed on each page. Sir please refer the attached image. Thankyou ^-^

Hi @akuro,

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.page h1.entry-title {
    display: none;
}

Best Regards,
Movin