Unable to Change Background Color on Cart Popup and Mobile Menu
-
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.
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