View
 

How to remove the minicart completely

Page history last edited by Eugene 1 year, 2 months ago

If you don't insert the minicart code into your page, Ecwid will not show it by default. However Ecwid will show it as soon as a customer adds any product to cart.

If you want to hide it completely, use this CSS code: 

 

div.ecwid-minicart {
  display:none !important;
}