Hide product count (from product categories)
-
Hi,
It is possible to hide product count (from product categories)?
See the img in the attach to understand.
Thanks.
Attachments:
You must be
logged in to view attached files.
Hello,
Enter the element and switch to the Design Tab, choose the design without product count.
Best Regards
Even change the design, the product count still appear (see the attach)
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide page URL and site admin access I will provide custom CSS to hide.
Best Regards
Please,
this is the website.
Hello,
Add this code to the Theme Settings > Custom CSS:
.category-grid-item .more-products>a {
display: none;
}
Best Regards