View
 

How to remove "Shipping and tax are estimated for" label

Page history last edited by Eugene 6 months ago

Use this CSS code:

 

table.ecwid-productBrowser-cart-estimation,
div.ecwid-productBrowser-cart-asterisk { 
    display:none;
}