I would like to leave the ability for comments active, but do not want each of my blog posts to say “no comments” when they are first written. Is there a way to remove this phrase as seen in the picture below?
Hi,
Please use this CSS snippet:
.post__comments {
display: none;
}
Please note that it can require further customization.
I hope this is helpful to you.