Saturday, January 11, 2014

How to remove or delete blogger post and page title

Step by step instruction to remove or delete blogger post and page title.

1. Go to "Template".
  



















2. "Customize".















3. "Advanced". 
 











4. A menu tab will appear. Now scroll down the menu tab until you find "Add CSS", and click it.

 









5. Paste following codes to the "Add CSS" box.

To remove post title

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









To remove page title

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


   







6. Click "Apply to Blog" button. 
 







Now you will see all your blogger post and page tittle disappear from your blog.