Home Forums WoodMart support forum Unable to Change Background Color on Cart Popup and Mobile Menu

Unable to Change Background Color on Cart Popup and Mobile Menu

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

    gcampozanevieira
    Participant

    Hi,

    I’m trying to change the background color of two areas in the theme, but I can’t find the option in the theme settings.

    Could you please let me know if there is a built-in option to change these colors or if custom CSS is required?

    Thank you.

    Attachments:
    You must be logged in to view attached files.
    #718260

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    From your setup, it looks like you are currently using the dark theme from Theme Settings > Styles and colors, which is why those areas are appearing with a dark background by default.

    If you want to change the background color of the opened side panel, you can use the following custom CSS:

    .wd-side-hidden.wd-opened {
        background-color: #ff1f1f !important; /* Replace with your color */
    }

    Best Regards

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