I am replacing the shopping cart icon on my Shopify site, and it works great, but the image comes up with a fill, even though in Illustrator when I drew the illustration, it has no fill, only a stroke. I need the image to be only stroke no fill.
Try changing “.st0{fill:#E8A733;}” to “.st0{fill:none;}”. Or if you can upload the svg somewhere and allow me to download it I can take a look and see if I can’t save it out correctly.
Thanks so much for your reply! So I actually solved it by using this alternate code:
Although now I’m having the issue that the icon is too high up and I want it to align at the bottom with the rest of the text in that section (Cart, Sign Up, Login etc) - here’s our website so you can see what I mean: https://shop.lakedistrictfarmersarms.com
Do you have any advice on how to change the code to make it align? Thank you!
I am having this same issue but I don’t have theme.scss.liquid file in my assets folder? Is there another way to bottom align cart icon with logo and search icon?