WordPress : Hide a Heading on a page

Sometimes you may not want to display a Heading on a page in Word Press, aren’t you ???

The problem is that then in the beginning of the page you have one giant sore empty space. What can you do ?

Very easy.
First find the class of the heading parent div tag using Inspect.
Then add something like this in a custom-html block in the page Editor. (this the class name in my case, yours could be different)

<style>.entry-header {display:none}</style>

I did it on the HOME page