SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to remove the outline when focused as well try:
input[type="text"], input[type="text"]:focus { background: transparent; border: none; outline-width: 0; }