Change text color in dropdown

Add this code to the Custom CSS field on the Settings tab of your Website Translator widget’s settings:

[class*='dropdown__Container-sc'] [class*='name__NameContainer-sc'] {
color: red;
}
1 Like