How do I remove - or edit - this headline?

See the attached image.

See the headline I’ve circled in lurid green?

How do I remove or edit this headline on my static homepage? I can’t seem to find any access to it…

Thanks so much in advance,

Sam

Hi Sam,

I hope you are well today and thank you for your question.

Could you please share me your site URL so that i can help you to remove this headline from your homepage?

Best Regards,
Movin

Thanks, Movin…

The URL is www.samlowephoto.com

Thanks in advance!

Sam

Hi Sam,

Thank you for sharing the site URL.

You can remove that headline from the home page of your site by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body.home #primary .post-inner-content h1.entry-title {
  display: none;
}

Best Regards,
Movin