Home Forums WoodMart support forum Dark theme : Drop down menu fonts not showing on billing

Dark theme : Drop down menu fonts not showing on billing

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

    Smartbash
    Participant

    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.
    #330236

    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

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