comment count

Posted in: Newspaper
Post count: 2

hi, how can i remove the comment count on category pages?
thanks

Post count: 22421

Hello,

The comment count can be added or removed for categories and pages at the same time from the theme panel. If you require the comment count to be removed just from the category pages, you cna uadd this custom code in the theme panel->custom css box:
.category .td-module-comments{
display:none!important;
}

Thank you!

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