Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#148660
Paulie_D
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.