Home Forums WoodMart support forum mobile colors Reply To: mobile colors

#282651

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.wd-toolbar {
    background-color: #79AF1C;
    box-shadow: inset 0 0 40px rgb(0 0 0 / 99%);
}

.wd-toolbar .wd-header-cart .wd-cart-number {
    background-color: #EA6F26;
}

Regards.
Xtemos Studios