Is it possible to have different colours for different items in the dropdown list?
For example:
Option 1 = green Option 2 = blue etc
CSS and HTML
#option-1 { color: red; } #option-2 { color: green; } #option-3 { color: yellow; } #option-4 { color: blue; }
Option 1 Option 2 Option 3 Option 4