Change the background of the dropdown menu
1 Like
Hey there @Ekkehard
I see that you’ve tried to come up with a custom code and it’s almost correct. You just need to use the English version for background color:
[class*="dropdown__Container-sc-"] {
background-color: #f4eecd;
}
Try it out and let me know how it worked