Remove comment count
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)
-
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 -
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
