Shopify themes, liquid, logos, and UX
Hi guys,
Curious how one would remove the collection name from a homepage collection list?
My site is https://abodehaven.com.au/ and I want to remove the name of the collection underneath the image.
Kind regards,
James
Solved! Go to the solution
This is an accepted solution.
Go into the theme editor, click into the section you're using for showing the collections on the homepage, and then within the "Custom CSS" section, add the following code:
.collection-info__caption {
display: none !important;
}
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
Hi @jamesabodehaven , go to styles.css and add the following code:
.list-collections-wrapper .collection-info__caption {
display: none !important;
}
This is an accepted solution.
Go into the theme editor, click into the section you're using for showing the collections on the homepage, and then within the "Custom CSS" section, add the following code:
.collection-info__caption {
display: none !important;
}
★ Did my post help? If yes, then please like and accept solution. ★
https://stephens.world
support@stephensworld.ca
Worked perfectly thank you Stephen!!
Hi i am trying to find a solution to the same problem. I've tried the solution you suggest above however, it doesnt seem to work on my page. could you help?
you can try this and it will also keep the collection image clickable
.card__heading {
opacity: 0;
}
Hey that's really cool, I think!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025