View
 

How to remove texts about drag-n-drop

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

If you want to remove the "Drag & Drop Products to Me" label from your mini bag, apply this CSS code:

 

div.ecwid-minicart span.ecwid-minicart-label-text {
  display:none;
}

 

 

If you want to remove "Drag & Drop Me to the Bag to Me" labels from the products list, apply this code:

 

div.ecwid-productBrowser-productDragLabel {
  display:none;
}