Remove placeholder onfocus!

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Remove placeholder onfocus!

This topic contains 2 replies, has 2 voices, and was last updated by TR-Design09 TR-Design09 4 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25394
    TR-Design09
    TR-Design09
    Participant

    Hi,

    is there any simple way to hide the placeholder-text of the search-input-field, when i click in it?

    Thanks for your help in advance and best regards

    Michael

    #25395
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi Michael,

    Yes, you can do that via custom CSS:

    input.orig:focus::placeholder {
      color: transparent !important;
    }
    Best,
    Ernest Marcinko

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


    #25397
    TR-Design09
    TR-Design09
    Participant

    Yup, that does it!

    Thanks again!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.