How do I remove 0 products from this collection page: https://clothesbeforebros.co.uk/collections/thrifting-thursdays-vintage-denim
I tried to add:
.filters-toolbar__product-count{
display:none;
}
But it didn’t work!
Thanks
How do I remove 0 products from this collection page: https://clothesbeforebros.co.uk/collections/thrifting-thursdays-vintage-denim
I tried to add:
.filters-toolbar__product-count{
display:none;
}
But it didn’t work!
Thanks
@delc90 Go to assets/theme.css and paste below css end of file.
.filters-toolbar__product-count
{
display: none !important;
}
span.filters-toolbar__product-count {
display: none !important;
}
Add this code in the bottom of the theme.scss or theme.css file.
Hi @delc90 ,
depending on the store’s theme, you can check out the Theme’s Settings. There might be an option: Show product count.
If you don’t tick off the option, the product count won’t show up.