Home › Forums › CSS › Modifying file type input with css and make it more attractive › Reply To: Modifying file type input with css and make it more attractive
August 31, 2013 at 11:32 am
#148660
Member
Which?
The sign-up buttons?
They are just buttons…not input file types
You can style a <button>
any way you like.
But…as I said, you can’t select the input[type=file]
button using CSS. You have to use fake elements orJS to modify the whole thing.