Home Forums WoodMart support forum Cart quantity color mobile header Reply To: Cart quantity color mobile header

#259965

Hello,

I saw the screenshot you attached. The primary color from the Theme Settings works the same for both desktop and mobile. And there is no option to set it for mobile separately.

You can try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woodmart-cart-design-5 .woodmart-cart-number {
    background: red;
}

Best Regards.