Home › Forums › WoodMart support forum › Add text in shopping cart widget › Reply To: Add text in shopping cart widget
April 2, 2020 at 8:45 am
#184031

Elise Noromit
Member
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