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
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
Hi Winnie,
Try this CSS
.meta-item:nth-child(3) {
display: none;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards