Home Forums WoodMart support forum Estilos Reply To: Estilos

#272051

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-cart-design-2 .woodmart-cart-number {
    color: red;
	background: white;
}

.wd-tools-element .wd-tools-count {
    color: red;
	background: white;
}

Regards.
Xtemos Studios