CSS to change color of drop down menu for multi lingual surveys

Does anyone know how to do this?

Hello Claire,

I hope you're having a great day!

Rest assured, we will look into this matter promptly and provide you with an update soon! :blush:

Please use the below code to change the colour of the dropdown of the Multi-lingual survey.

.ss-language-selector--wrapper .ss-language-selector__select__option {
color: red;
background-color:orange;
}
.ss-language-selector--wrapper .ss-language-selector__select__option--is-selected {
color: green;
}
.ss-language-selector--wrapper .ss-language-selector__select__option--is-focused {
color: blue;
}

Thank you! This is awesome. Is there a way to change the color of the box (currently blue) that appears before they click the drop down menu? I'm worried my survey participants won't notice it in the current color scheme.

Hi Claire,

We're delighted to hear that it worked out for you! Our team will be reaching out to you shortly via email to provide further assistance. :grinning: