Mega menu background colour not applying uniformly across all columns
-
Hi,
I’m using WoodMart with a mega menu on my Dogs and Cats nav items. I’ve set the mega menu background to a cream colour but it’s only applying to part of the dropdown. Some columns or sections inside the mega menu are showing a different/white background instead of inheriting the colour I’ve set.
Could you advise:
https://harvinderb1.sg-host.com/
How do I make the whole background cream?
Thanks
Harvinder
Attachments:
You must be
logged in to view attached files.
Hello,
To add a custom background color in the mega menu drop-down. Please add the following code to Theme Settings > Custom CSS > Global.
.whb-header .wd-dropdown-menu.wd-dropdown.wd-design-full-width.color-scheme-dark {
background-color: #f4ede1 !important;
}
Best Regards
Amazing – thank you 🙂 Although, this should be a standard option rather than using css. Maybe in an update?
Hello,
You’re welcome!
At the moment, there is no built-in option to set a custom background color for the entire mega menu dropdown area. Therefore, if you need a custom color instead of the predefined color schemes, custom CSS is required.
For any feature request, you can create a feature request here – https://woodmart.userjot.com/ so our developers can take it into account.
Best Regards,
Hello,
You’re welcome!
At the moment, there is no built-in option to set a custom background color for the entire mega menu dropdown area. Therefore, if you need a custom color instead of the predefined color schemes, custom CSS is required.
For any feature request, you can create a feature request here – https://woodmart.userjot.com/ so our developers can take it into account.
Best Regards,