Cart quantity color mobile header
-
Is there a built in setting for the color of the cart quantity bubble on mobile view? Or does this require custom CSS? See attached
Attachments:
You must be
logged in to view attached files.
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.