SyntaxFix
Write A Post
Hire A Developer
Questions
if you need to change specific option from the select menu you can do it like this
option[value="Basic"] { color:red; }
or you can change them all
select { color:red; }