Trying to make css for input type file but not working.In my code choose file button is coming above of button css So how to remove using css?
I want to show only blue color button with file upload process
Demo: https://stackblitz.com/edit/angular6-bootstrap4-navbar-8hr7um?file=src/app/app.component.html
<input #file type="file" id="fileInput" accept='image/*' (change)="preview(file.files)" class="btn btn-primary btn-block mx-auto" value="UPLOAD IMAGE" />