How can I remove the collection number on the list page?

How can I remove the collection number on the list page?

myhope
Excursionist
16 0 1

Hello, I have a technical issue, I can't remove the number of shown in the Collection List page, 

the "1" you can see on the following screenshot. I only want the collection name to be shown. 

 

Is that possible? 

Thank you for helping! 

myhope_0-1713624860129.png

 

Replies 5 (5)

PageFly-Amelia
Shopify Partner
626 165 238

Hello @myhope 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Store -> Themes -> Edit Code

Step 2: Choose file theme.liquid

Step 3: Add code above the tag </head>

<style>
body .count-product{
display: none;
}
</style>

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

myhope
Excursionist
16 0 1

Hello, thank you so much I tried to do it but it has no effect and the 1 is still diplayed..

PageFly-Amelia
Shopify Partner
626 165 238

Could you please share your URL store?  Thanks!

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

myhope
Excursionist
16 0 1
PageFly-Amelia
Shopify Partner
626 165 238

Hello @myhope 

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

.count-product {
    display: none !important;
}

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.