Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Remove product count from collection list

Solved

Remove product count from collection list

Daniel19901
Shopify Partner
267 1 72

Hi, can anyone help removing this product count from the collections banners ? every time I hover it shows how many products

f62c3a-3f.myshopify.com
Password: daumas

 

Daniel19901_0-1732029114530.png

 

Accepted Solution (1)

DaisyVo
Shopify Partner
902 113 130

This is an accepted solution.

HI @Daniel19901 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

.hero__content__wrapper p.collection-grid-item__subtitle {
    opacity: 0 !important;
}

 

 

Here is the result: https://prnt.sc/YQsB5-tmljEi
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
902 113 130

This is an accepted solution.

HI @Daniel19901 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

 

.hero__content__wrapper p.collection-grid-item__subtitle {
    opacity: 0 !important;
}

 

 

Here is the result: https://prnt.sc/YQsB5-tmljEi
 
I hope this helps
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution