Remove arrows from collection list on origin theme

Hello, how can I remove these arrows under each collection on the collection list in the origin theme? Also, is there a way to center the titles under the images?

Hi @lelestore1

You can do that by adding this to your base.css file

.collection-list .card__information .icon-wrap { display: none !important; }
.collection-list .card__information .card__heading { text-align: center; }

It will look like this

Hey @lelestore1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like