+ 2
Problem with Button and CSS
Hello, Im using an input type="file", but seems impossible for me to style it with CSS. The only thing I can do is change the background color and not of the button, but of the "chose file" text next to the button. Can you tell me how to fix this and style my button, not the text next to it ? Here is my button: <input type="file" name="pic" accept="image/*" id="fileButton"> ... Thanks in advance!
2 odpowiedzi
+ 8
https://code.sololearn.com/WKelXoM7XV1V/?ref=app
here is how I customized my file input element and a few others