If you need a select box with first element as place holder and in different color from other selects you just need to:
- Make that <select> element required
- Give first <option> element value=””
- Make the first <option> selected
- Add a short CSS for select element
You can see a sample below :
Copy to Clipboard