bootstrap hide placeholder on touching text field code example Example: bootstrap hide placeholder on focus input:focus::placeholder { color: transparent; }