Home Forums WoodMart support forum cart icon color change Reply To: cart icon color change

#240961

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.