HOW TO remove the title of a post / page in blogger

BLOGGER

Question: How to remove the title of a post (or page) in blogger?

Answer :
On your blogspot's home page:
Click Design

On your blogspot's dashboard:
Click Posts (or Pages)
Click Edit (under the post or page from which you want to remove the title)
                                             
On your Post (or Page) draft:        
Click HTML

Add the following script at the top of your HTML:

              <style>
              .post h3 { display:none !important;}               
              </style>

Click: Update