Home Forums WoodMart support forum Change cart background from dark to light

Change cart background from dark to light

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #270624

    danilocoviello
    Participant

    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.
    #270664

    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

Viewing 2 posts - 1 through 2 (of 2 total)