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?
Hey that's really cool, I think!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024