Shopify themes, liquid, logos, and UX
Hi!
I want to remove the arrows next to the collection titles on the homepage and i want to include subheading texts per collections. How can I do this?
Kind regards,
Els
Hello @lagentilestore
please send your store URL so i can send you some solution about remove arrows from collection list
Hi!
https://la-gentile.myshopify.com/
Do you also have an idea how I can include subheading texts per collections?
Hello @lagentilestore
You can add code by following these steps to remove arrows on collections
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.card__heading .icon-wrap{
display:none !important;
}
</style>
Note - For adding subheading it needs to adjust code of section and that requires store access for that.
Hello @lagentilestore
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.section-collection-list .collection-list-wrapper .card-wrapper .card .icon-wrap {
display: none !important;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
This worked. Thank you. 🙂
This didnt work for me
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025