Remove Page title from Homepage only

Hi

Could someone please offer the CSS to add to a shapely website (using full width, static homepage) that ensures the page title is removed from the homepage but no other pages?

I’ve been scratching my head for too long!

Thanks

Hey there,

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 -> Additional CSS

/*remove home*/
.home .page-title-section {
    display: none;
}

Best regards,
Support.