Home › Forums › WoodMart support forum › Hide shipping costs in mini cart when exceeding threshold for free shipping? › Reply To: Hide shipping costs in mini cart when exceeding threshold for free shipping?
February 17, 2018 at 7:43 am
#40437
Artem Temos
Keymaster
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.widget_shopping_cart .total.shipping-costs-cart-info {
display:none;
}
Kind Regards
XTemos Studio