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.

The Editorial Team of MyBloggerLab consists of a group of Professional Blogger geeks Led by Syed Faizan Ali (Founder of MyBloggerLab).
14 comments
Too simple but important. Thanks
Great Work Bro !!
Great Post mate . Your doing a hell of a job .
:)
Awesome .. short but sweet :)
But hiding the comment in blogger settings would also help you attain the same . Correct me if I am wrong
Yes, but you have to manually remove them from your each and every posts so that's annoying.
Is there any plug-in to filter spam comments without getting third party commenting system. Please guide me
Nice post. But I guess it will not work on mobile view as it loads separate stylesheet? Right?
Nope, there is no way you can filter Spam in Blogger.
You have Illegally Copied our Widget. You haven't given any credit or whatsoever. Its a humble request, either add proper credits or we have to use Google DMCA
Respect copyrights.
Thanks syed well post good work. MBL always bring unique. bro keep it up.
working good. thank u dude
my comment box was not removed it still visible
aftr i use this trick
Add this to css
#comment-header, .comments {
display: none;
}
how about hide/delete all comment form post, but not in page ??
Post a Comment
We’re eager to see your comment. However, Please Keep in mind that all comments are moderated manually by our human reviewers according to our comment policy, and all the links are nofollow. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and evocative conversation.