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
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024