Home Forums WoodMart support forum Checkout Country menu list

Checkout Country menu list

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

    data
    Participant

    Checkout Country menu doesn’t show country in list because text is black on black background?
    Is it possible to change background color on Checkout page if that would be a solution?

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

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the inconvenience.

    In the next update, it will be fixed. For now, you can fix it with the help of the below custom CSS:

    body .select2-container--default .select2-results__option[data-selected=true] {
        color: #fff;
    }

    Kind Regards

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