Remove the "Home" title on the front page

Is there anyway to hide the “home” title on the front page and clean up the white space below it? I do not want to remove any other titles just that front page.
The URL is www.companionbridge.org

Hi there,

You may use the CSS below to remove that:

.home .section-header {
display: none!Important;
}

Kindly add the code to Appearance > Customize > Additional CSS.

I hope this helps :slight_smile:

Best Regards,
Support

Unfortunately it also removes the titles on the rest of the Front page sections as well.

Hey there,

The code was revised, try using this instead.

/*remove HOME header*/
#static-page-content > div.section-header{
  display:none;
}

Best Regards,
Support

Excellent that did the trick. Thank you!

Great! Happy to help,

Please let us know if there’s anything else you’d like us to assist you with.

Best regards,
Support.