Removing Entry tittle and padding around it for a single page

I wanna remove “<h2 class=“entry-title”>

</h2>”
but for only my home page since i put no tittle there, it’s creating empty space in my content, but i dont wanna remove it for any other page
thank you

Something like this should do the trick

.home .entry-title {
    display: none;
}

Add it to Child Theme style.css or inside Theme Options - Other - Custom CSS.

If this doesn’t work, please most your website URL and I will try to help you from there.