How can I remove the product count next to the filtering on product page?
I want to keep the filtering but remove the product count.
Im using Dawn theme v12 I think.
Thanks!
How can I remove the product count next to the filtering on product page?
I want to keep the filtering but remove the product count.
Im using Dawn theme v12 I think.
Thanks!
@hesh COuld you please share your store URL?
You can fix this pretty easily by editing the CSS in your theme.
.product-count {
display: none;
}
i solved with other message, thanks
it worked!! thanks ![]()
This works but is there also a way to remove product count from appearing on the filters too?