Tuesday

How To Remove Default Comment Box From Blogger / Blogspot

Posted By: Poketors - August 13, 2013
Blogger or Blogspot has been always the first choice when someone decides to start up a new blog.  In blogger templates we have default comment box and it comes in each and every post page below the post body. Here the main issue with comment box is that while the readers reading the post can comment anything. 

How To Remove Default Comment Box From Blogger / Blogspot

As this is an open box and anyone can put comments, sometimes it leads to spams which is not possible to monitor and delete in regular basis. As an alternative bloggers use comment box from different sources, like most of us. use Disqus. The main advantage here is that you get all the comments to your Disqus account directly and you have the option to hide or remove any comment before it comes to your post page. So you can remove any comment which you don't think as relevant to the post.

Here is an easy way to remove or hide the default comment box from post pages in blogger. For this, no need to remove any code from blogger template. 

Follow the below mentioned steps and hide it permanently.

1. Go to Blogger Dashboard

2. Edit Template

3. Now search for the following CSS code :
]]></b:skin> 
4. Just before the above CSS part add the below code 
#comments {
display: none!important;
}
Remove Default Comment Box From Blogger / Blogspot

5. Save you template and open your blog pages.

Note : In case, you want the comment box back to post pages, just remove the added code again.

Copyright © 2010-2023 Poketors | The content of this website is copyrighted and may not be reproduced on other websites.| Email us at : admin@poketors.com.