How can I change the cart icon on my theme story?

Hi Everyone,

Im trying to change my cart icon on the theme story. There seems to be a difference in files such as header.liquid so im not finding the solution that works for me. but i really want to use my own icon/icons (cart & cart full)

Is there anyone that can point me in the right direction?

https://bigsistersfashion.myshopify.com/

pw: Dieutje

Thanks

Hi @DJS-b ,

You can find this icon code in Section->header.liquid file.

find ‘exist-minicart’ class on page where its your cart icon

{{ 'layout.cart.shopping_cart' | t }} {{ cart.item_count }}

Then you can see bellow code is icon of your cart,


So you have change it with your icon or SVG but keep ‘exist-minicart’ and ‘icon’ class in new element.

Check this guide video to understand much more steps :

I hope it helps you!