How can I remove the border around an <input type="text">
and make its background transparent?
input[type=text] { background: transparent; border: none; } background-color:rgba(0,0,0,0);
You can set the CSS transparent background for boxes by adding the opacity property to multiple <div> elements. Tip: you should notice that texts inside boxes take the opacity of the CSS transparent background. The RGBA function allows you to keep the text opacity.
Try this:
border: none; border-color: transparent;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With