Tagged: comment count
It also shows “0 replies” when clicking on the post.
Hi,
Add this to quick css:
.slide-meta-comments{
display:none!important;
}
.comment_meta_container{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you. And also to disable the message in category blog pages?
Hi,
Add this to quick css:
.post-meta-infos .comment-container.minor-meta,
.post-meta-infos .text-sep.text-sep-comment{
display:none!important;
}
Best regards,
Jordan Shannon