Hey Oliver!
Try adding this code to the Quick CSS:
.category span.comment-container.minor-meta, .category span.comment-container.minor-meta + span {
display: none;
}
Cheers!
Josue
I though you were referring to this kind of category page:
http://www.tennisgate.com/en/category/coaches_blogs/
In your case you could change the code to:
.page-id-5728 span.comment-container.minor-meta, .page-id-5728 span.comment-container.minor-meta + span {
display: none;
}
5728 is the ID of that Page.
Regards,
Josue
Thanks.
You are welcome, always glad to help :)
Regards,
Josue