Checkout form country box CSS

Hello,

Having an issue customising the final bit of the checkout form under the country drop down

I have identified the element as .select2-container–default .select2-search–dropdown .select2-search__field

but cant seem to be able to change it. I want the input text box to be a white background and the drop down country text to be in black…

Thank you so much in advance.

Hi there,

Please kindly add the CSS code below to X > Launch > Options > CSS:

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: white;
}

.select2-container--default .select2-results__option, .select2-container--default .select2-results__option {
    color: #444;
}

Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.