Disable number of posts in Desktop and Mobile

Hi,

How can we disable the number of posts in Desktop and Mobile view? Details as in following figures:

Desktop:
remo_number

Mobile:

1 Like

Customize your current theme by adding this CSS:

.select-kit .category-row .topic-count, /* category selector count */
.category-list .topics, /* category stats on categories page */
.category-list footer, /* category stats on mobile categories page */
{
    display: none;
}
7 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.