Hi,
How can we disable the number of posts in Desktop and Mobile view? Details as in following figures:
Desktop:
Mobile:
Hi,
How can we disable the number of posts in Desktop and Mobile view? Details as in following figures:
Desktop:
Mobile:
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;
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.