Home Forums WoodMart support forum prices color Reply To: prices color

#273588

Hello,

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

body .widget_shopping_cart span.quantity span.amount{
    color: red;
}
.widget_shopping_cart .total .amount {
  color:red;
}

Best Regards