Input dengan tipe file CSS override

<label class="custom-file-upload">
    <input type="file"/>
    Custom Upload
</label>

input[type="file"]{
	display: none;
}
Charming Caterpillar