Shopify themes, liquid, logos, and UX
I'm using the kairo theme, and would like for the product names to be removed from the product grids, only showing the item pictures and price.
Hey @Stikkles,
Can you share the link to your store? Thanks!
https://refinedlace.com
go ahead and click on a collection next to "find your kind of lace"
You'll see what I mean after you do
Hey @Stikkles,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.collection.page-width .card_info {
display: none !important;
}
.collection.page-width .card_footer {
padding-bottom: 10px;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Perfect thanks. one coffee coming your way 🙂
Hi @Stikkles
Would you mind to share your store URL? Thanks!
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