Thank you so much!!
Topic summary
Issue: Remove the numeric count (“1”) shown next to collection names on the Shopify Collection List page so only the collection name displays. A screenshot illustrated the problem.
Initial guidance: Helpers requested the store/collection URL (and password if applicable) to inspect the markup. One suggestion was to hide the element via CSS by adding .count-product { display: none; } to theme.liquid, but the merchant reported no change.
Update: After the merchant shared the collections URL, a revised solution was provided: edit theme.liquid and add code above the closing tag. While the exact snippet wasn’t included in the post, a result screenshot showed the number successfully removed.
Outcome: The merchant confirmed the fix worked. No further changes were requested. The thread is resolved.
Notes: The exact code used in theme.liquid was not visible in the discussion; screenshots were used to demonstrate the issue and the successful outcome.