How can I customize cart and login icons?

Hello friends! Quick question, how can i change the icons in the red circle

Im talking about changing the icons to one like these

And making them slightly bigger.

Hi @Czaban

Thank you for reaching out to the Shopify community.

In order to change the cart icon go to your theme code editor and search for file named icon-cart.liquid and icon-cart-empty.liquid in Snippets folder. There remove the svg code and add the the svg code of icons of your choice in both the files . Example -


To adjust the height and width you can go base.css file in assets folder and search for class .header__icon–cart .icon and change the height and width accordingly.

Similarly for account icon you can go to icon-account.liquid file and change the svg code there.

Example-


Please give it a try and let me know if this was helpful.

Thanks