Dark theme : Drop down menu fonts not showing on billing
-
Hi, I changed my site to dark mode but when I click on drop down menu field from billing or registration (Country and state field) I don’t see the text until hover it.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .select2-container--default .select2-search--dropdown {
background-color: black;
}
.select2-container--default .select2-results>.select2-results__options {
background-color: black;
}
Best Regards