Dropdown menu color


Recently i coded a dropdown menu but i can’t change the color of the items in the menu, i’ve tried with style.background color but it didn’t work. pls halp!!

Changing the color of the items in the DropDown-menu?
Why the hell do you need this? :grin::laughing:

You can change the color of the selected item (either via the editor or with .style.color).
But you can’t change the color of the dropdown menu.
If you need that you’re better create your own element using Custom element (if you have a premium account) or build something like a dropdown using a collapsed box.