I am currently utilizing a custom file input feature from Bootstrap:
https://i.sstatic.net/ybCYl.png
Is there a way to modify the color of the "Browse" button?
My attempts so far:
- Added a color tag to custom-file-input
- Added a color tag to custom-file-label Despite trying both options, I was unable to make them work. Upon inspecting, the responsible CSS class seems to be custom-file-input. However, any changes made do not take effect.