Remove comments counter on different catergories

Posted in: Newsmag
Post count: 93

Hi,

Is it possible to remove the comments counter on catergories with comments turned off on posts?

https://www.ukthemeparkspy.co.uk/category/news/

in the link above i do not allow any comments but it still shows the counter 🙁

Thanks.

Post count: 35449

Hi,
There is a general option for a comments counter that can be enabled/disabled from the theme panel – block settings > meta info – https://i.imgur.com/80xd02R.png
Or if you want only for a specific category, then you can hide it using custom css like this one – https://i.imgur.com/OBFJHTb.png
.category-news .td-module-comments{
display: none;
}

This code should be set in the theme panel > custom code> custom css.
Thank you!

Post count: 93

Perfect!

Thank You Calin.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.