Home Forums WoodMart support forum Add text in shopping cart widget Reply To: Add text in shopping cart widget

#184031

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body.woocommerce-cart .product-quantity{
	display:none
}
#shipping_method label {
    color:red;
}
body.woocommerce-cart .cart-totals-inner .woocommerce-shipping-destination {
   color:red;;
}

Best Regards