Change cart background from dark to light
-
My theme is not set to dark mode, but cart and mobile offcanvas menu have dark background.
How I can change this background?
Attachments:
You must be
logged in to view attached files.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cart-widget-side.woodmart-cart-opened {
background-color: white;
}
.mobile-nav .act-mobile-menu {
background-color: white;
}
Best Regards