#1 Tech Blog In Kerala

How To Turn Off Comments In Blogger


Hiding Comments from your all posts and pages in blogger is certainly a time consuming task.  Some time for personal benefit people prefers to use third-party commenting system like Disqus, Intensedebate, and more.  Removing comments one-by-one from your all posts and pages could take like years and still the results would not meet your expectations because after deleting the comments, there is no way to recover them back. Therefore, today in this article, we will show you How to Hide or show Comments from in Blogger. 

In this scenario, a user can hide his Blogger Comment form using a minimalistic CSS coding. There is no need edit your posts, removing some coding from your template, or delete your comments because you can easily hide them from your all posts and pages through display:none CSS command.  This allows you the flexibility to show or hide anything that you like. 

The First thing you need to do is to go to Blogger.com >> your site >> Template >> Edit HTML >> Proceed. Now in the template coding search for the ]]></b:skin> tag and just above it paste the following CSS (Style Sheet) coding. Once everything is done, save the template. 

#comments {
display: none!important;
}

By adding the above coding in your template, it would hide all the published comments along with the comment box from your blogger website. However, you can unhide them anytime you like by removing the same above coding from your template. This means you will never get locked with one system.  

We hope this article helped you to show or hide comment form in Blogger. Did this explanation work for you? Do you have a better explanation for us? Please feel free to share it with us by leaving your reviews below. We want this article to become a comprehensive source for those users who are facing a bit similar issues.