Viewing 1 replies (of 1 total)
  • Hi,

    I am sorry for the delay in response.

    You can use this CSS code to replace the current icon for the cart with your own image.

    .header-item.site-header-cart .ws-svg-icon svg {
      opacity: 0;
    }
    
    .header-item.site-header-cart .ws-svg-icon {
      background-image: url('YOUR_IMAGE_URL');
      background-repeat: no-repeat;
      background-size: contain;
    }

    Add it to Appearance > Customize > Additional CSS from dashboard.

Viewing 1 replies (of 1 total)
  • The topic ‘Botiga – How can I change the cart icon to a bag?’ is closed to new replies.