How can I modify the add to cart icon on Wokiee theme?

Hey Community

Trying to change the add to cart bag icon below on the button across my site to this icon ( :shopping_cart: )

arjunlal84_0-1642608526637.png

I’m on the wokiee theme, site is grain-zero-ca.myshopify.com (pass is jkgrain)

Thanks in advance for any assistance!

Hey, @arjunlal84

Happy to help today. Note: Be sure to duplicate your theme before making any changes to your theme files. That way if something breaks, you still have a working version of your theme to fall back on.

In your theme files you should have a file called ‘icon-cart.liquid’ where the cart icon can be updated. From there, you will want to enter the following code:


Be sure to keep the “” wrapped around your image file.

If you find the icon isn’t sized to your liking, you will then head over into your ‘theme.css theme’ file and paste the following code at the bottom of the file:

.site-header__cart img {
width: 25px;height: 25px; 

 }

You can change the 25px values to anything you like.

If there is anything else I can help you with, please let me know.

Hey thanks so much Dirk!

I’m unable to find this file in the edit code section.

Do I need to create it from scratch?

Cheers, Arjun