A Shopify store owner needed help displaying collection names beneath images on their main page, as only images were visible without labels. They also wanted to center the collection titles.
Solutions Provided:
Multiple users suggested adding CSS code to make collection names visible using .collection-list .card__content h3 { display: block !important; }
Different implementation methods were offered: adding code to theme.liquid, base.css, or the Custom CSS section in Theme Settings
The centering issue was addressed with .title-wrapper--no-top-margin { justify-content: center !important; }
Resolution:
The issue was successfully resolved using the Custom CSS approach suggested by Bang_T. The collection names now display properly beneath images.
New Issue:
During troubleshooting, an unexpected empty image appeared below the collections. The user was advised to create a separate thread for this new problem, leaving it unresolved in this discussion.
Summarized with AI on October 25.
AI used: claude-sonnet-4-5-20250929.
On my store’s main page down where the Collection List is, the images are displaying without any text. I would like each collection’s name to appear directly underneath its image so customers know which one they are viewing.