Friday, February 21, 2014

How to remove or delete Blogger comment box from every pages

Step by step tutorial to remove or delete blogger comment box from all of your blogger pages.

1. Go to "Template"





















2. "Edit HTML"














3. Press [CTRL + F] to open search box.









4. Now copy and paste this code </head> to the search box and press "Enter".









5. Paste the Following codes just above the "</head>" section.

<blockquote>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<style>
#comments {
display: none;
}
</style>
</b:if> </blockquote>








6. Click "Save Template" 










Now your comment box will disappear from all of your blogger pages.

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.