Remove comment counter

Hi,

I want to remove the comment count that appears under the post’s title.

The counter appears only on the blog page in which there’s only the intro of each post (attachment 1).

If I click “Read More”, there’s no issue.

How can I remove the comment counter?

Can I remove it only if it is 0 or less than a specific number?

Thanks a lot for the support.

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the comment counter by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove counter*/
span.comments-link {
    display: none;
}

Best Regards,
Support

Thanks a lot!

You are always welcome here :slight_smile: