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;
}