Home Forums WoodMart support forum change color in drop down menus on checkout page

change color in drop down menus on checkout page

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

    mapcups
    Participant

    How do I change the color of the dropdown menu in checkout to black? (see attached screenshot) I’m using the dark theme, but the text and box are both white, so the words are not visible

    Attachments:
    You must be logged in to view attached files.
    #319170

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.global-color-scheme-light .select2-container--default .select2-search--dropdown,
    body.global-color-scheme-light .select2-container--default .select2-results__options{
    	background-color: #111111 !important;
    }
    
    body.global-color-scheme-light .select2-container--default .select2-dropdown {
    	border-color: #333333 !important;
    }
    body.global-color-scheme-light .select2-container--default .select2-results__option[aria-selected=true], body.global-color-scheme-light .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #222 !important;
    }

    Best Regards

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