Home › Forums › WoodMart support forum › cart icon color change › Reply To: cart icon color change
November 12, 2020 at 8:03 am
#240961
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-shopping-cart.woodmart-cart-alt .woodmart-cart-icon::before {
color: red;
}
.woodmart-cart-design-3 .woodmart-cart-subtotal .amount {
color: red;
}
Best Regards.