Reply To: Onclick / onblur behaviour

#13167
Ernest Marcinko
Ernest Marcinko
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:

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; }

I hope this helps 🙂

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)