Answers for "how to change placeholder color of select"

1

how to change placeholder color of select

select {
  color: #9e9e9e;
}
option:not(:first-of-type) {
  color: black;
}
Posted by: Guest on July-27-2021

Code answers related to "how to change placeholder color of select"

Browse Popular Code Answers by Language