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

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!

1 Like

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


Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like

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

Could you please share your URL store? Thanks!

1 Like

Sure here it is: https://yza-shop.com/collections

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;
}