How to hide the cart icon in Spark Theme?

@INFRA

Please add the following code at the bottom of your assets/theme.css file.

.header__icon-touch+.header__icon-touch{
    display: none;
  }

Hope this works.

Thanks!

1 Like