Is there a pure CSS way to make an input transparent? March 8, 2023 by Tarik input[type="text"] { background: transparent; border: none; } Nobody will even know it’s there.