Can anyone tell me how can I change cart icon in Stiletto theme, I want to add another svg icon
Hi there @Jamesfromus You can start by using this code to first remove the current icon present .header__icon-touch:last-child{
display: none;
}
After this, try adding a new icon manually and let’s see if that works
Yes I know to change cart icon in dawn theme or any other free theme but I am using Stiletto premium theme this is different from free theme.
Please edit your snippets/icon.liquid file code. check following screenshot for help!
Thanks!
