The JavaScript code should be applying ‘color: transparent’ to the text… Weird that it didn’t work. Try adding this alternative code instead:
A user seeks to remove text labels appearing beneath collection cards on their Shopify store while maintaining clickability and avoiding blank spaces.
Proposed Solutions:
.card__content or .card__information with display: nonecolor: transparent or repositioning elements with absolute positioningcomponent-card.css, base.css, or theme CSS filesComplications Encountered:
Current Status:
The issue remains unresolved. Users report that while various CSS codes successfully hide the collection labels, they break essential functionality—either making collections unclickable or affecting other card elements site-wide. The thread seeks an updated fix that works across both desktop and mobile while preserving full clickability.
The JavaScript code should be applying ‘color: transparent’ to the text… Weird that it didn’t work. Try adding this alternative code instead: