View
 

How to remove the delivery time from the names of shipping methods

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

If you want to remove the approximate delivery time (e.g. "2-4 days") from the shipping method names, apply this CSS code:

 

span.ecwid-shippingOption-days {
  display:none;
}