Change text color of dropdown items
Change text color of dropdown items
Hello,
I have created a button that displays a dropdown menu. Now, I would like to change the text color of the two dropdown items. Below, is my attempt but with any success.
Any idea or suggestion would be very helpful!
Thank you
This question has an accepted answers - jump to answer
Answers
You can use
buttons.buttons.className
to do that, see this example from this thread,Colin
Thank you Colin! It helped me.
Here is my running example and I would like to add a background color when hover over either on 'All' or 'None'.
BUT, now it happens only for 'None'. What may go wrong with 'All' button?
Looks like a duplicate of your other thread?
Allan