This topic has 3 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Saira
Hello,
In my shop page first the categories are listing. when clicking on it products related to that will list. In the shop page along with the category name product count are also listing. How can I hide this product count . I only want the category name
Screenshot : https://snipboard.io/iCKvPm.jpg
Thank You
Hello,
Try to use the next custom CSS code:
.category-grid .count {
display: none !important;
}
Regards
This is working
Thank You
The issue related to '‘How to remove product count in shop page’' has been successfully resolved, and the topic is now closed for further responses