Hi,
I used the quick code to remove the “0 Comments” from the grid view of posts but just noticed that it is still there in the post view.
Example:
http://www.gregorybeylerian.com/artworks/beauty-of-the-night/
How do I remove “0 Comments” that resides between the date and category?
Thanks
GB
Hi gb!
Please add following code to Quick CSS as well
.comment-container, .text-sep-comment {
display: none;
}
Best regards,
Yigit
you rock Yigit!
Thanks
GB