Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Onclick / onblur behaviour › Reply To: Onclick / onblur behaviour
May 21, 2017 at 8:51 am
#13167
Keymaster
Hi Rémi,
Thank you very much for your kind words!
It is actually possible with a few very simple CSS rules. Thus custom CSS should do the trick for you:
[html]input.orig:focus::-webkit-input-placeholder { color:transparent !important; }
input.orig:focus:-moz-placeholder { color:transparent !important; }
input.orig:focus::-moz-placeholder { color:transparent !important; }
input.orig:focus:-ms-input-placeholder { color:transparent !important; }[/html]
I hope this helps 🙂