If you need a select box with first element as place holder and in different color from other selects you just need to:

  1. Make that <select> element required
  2. Give first <option> element value=””
  3. Make the first <option> selected
  4. Add a short CSS for select element

You can see a sample below :

 

Copy to Clipboard