How to change drop down menu background colour and text color
-
please check from the attached picture
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution?
Best Regards
like this page
https://woodmart.xtemos.com/accessories/
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-sub-menu li>a {
color: #030304 !important
}
.wd-event-hover:hover>.wd-dropdown, .wd-event-click.wd-opened>.wd-dropdown, .wd-dropdown.wd-opened {
background-color: #ffffff;
}
Best Regards