Removing "This is your front page. Click the 'edit' link to change the contents"

Hi - my website, ideastoincomes.com seems to display the following;
“This is your front page. Click the ‘edit’ link to change the contents”

It’s part of the home page section. I was able to remove the words “Home Page” with the following CSS from reading another forum post, but it doesn’t seem to remove the words that follow:
/remove HOME header/
#static-page-content > div.section-header{
display:none;}

Looking forward to suggestions, thanks!

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS:

.home #static-page-content {
display: none;
}

Thanks!
Colorlib Support Team