How can I remove arrows in the Craft theme on my homepage?

Using Craft theme, on my homepage when I add a Collections List there are arrows after the collection name. How do I remove those arrows in my edit code?

Thank you in advance for the help!

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Hi @LifesEclectic ,

Go to Assets > base.css and paste this at the bottom of the file:

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

Hope it helps!