5

Does anyone if the label of an <input type="file"> can be hidden? I can't find anything useful.

Heldraug
  • 256
  • 1
  • 3
  • 10

1 Answers1

4

Make the color the same as the background, for example:

html, input, textarea {
color: #something or other;
}
jazcam
  • 135
  • 1
  • 11