Remove comment count

Winnie March 8, 2020 at 11:23 am

Hi, is there any way to remove the comment count(e.g “Comment: 0) above the post title on home page and blog post page?

Thanks,
Winnie

Replies (1)

  1. Winnie March 8, 2020 at 11:23 am

    Hi, is there any way to remove the comment count(e.g “Comment: 0) above the post title on home page and blog post page?

    Thanks,
    Winnie

  2. Spiracle Themes March 9, 2020 at 3:10 am

    Hi Winnie,

    Try this CSS

    .meta-item:nth-child(3) {
    display: none;
    }

    Copy and paste it in Appearance -> Customize -> Additional CSS

    Best Regards

Post a Reply

Reply To: Remove comment count
Your information: