Home › Forums › WoodMart support forum › prices color › Reply To: prices color
March 15, 2021 at 12:21 pm
#273588
Elise Noromit
Member
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