Home Forums WoodMart support forum country switcher color

country switcher color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #321765

    badr
    Participant

    Hello,

    Please how can we change the background color of the country switcher on checkout/cart ?

    Thanks and regards

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

    Hello,

    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

    #321900

    badr
    Participant

    Thank you dear !

    #321933

    You are welcome! We are here to help.

    Wish you a wonderful day!

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