Answers for "change color hint box in input"

2

change input placeholder font color

input[type="email"].big-dog::-webkit-input-placeholder {
  color: orange;
}
Posted by: Guest on June-08-2021
3

input type color

<input type="color" value="#f6f82" id="colorPicker">
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language