How to remove product count focal-v-9-0-0-1 theme

How to remove product count focal-v-9-0-0-1 theme

I tried many code like .product-count{ display:none; } But nothing happens

Hi @minhal_ismail ,

Because your selector is incorrect. Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.

Hey @minhal_ismail

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

https://eleganceenterior.store/

no password

https://eleganceenterior.store/

no password

https://eleganceenterior.store/

no password

hey @BSSCommerce-TC

https://eleganceenterior.store/

no password

@Moeed

https://eleganceenterior.store/

no password

@BSSCommerce-TC

https://eleganceenterior.store/

no password

Hi @minhal_ismail ,

Is this “color’s count” what you want to remove ?

.product-item-meta__color-count {
 display: none
}

no I want to remove product count that shows when we open any collection

Hi @minhal_ismail ,

Let try this one

.product-facet__meta-bar-item--count {
  display: none
}

Final result :

Thanks @BSSCommerce-TC Have a nice day :heart: