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:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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


