How to remove arrows from collection list homepage and include subheading texts

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 on theme.liquid

.card__heading .icon-wrap{ display:none !important; }

Note - For adding subheading it needs to adjust code of section and that requires store access for that.

1 Like

Hello @lagentilestore

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

3 Likes

This worked. Thank you. :slightly_smiling_face:

This didnt work for me