Answers for "change color of place holder text in select tag"

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 "change color of place holder text in select tag"

Browse Popular Code Answers by Language