This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Remove placeholder onfocus!

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25394
    TR-Design09TR-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 MarcinkoErnest Marcinko
    Keymaster

    Hi Michael,

    Yes, you can do that via custom CSS:

    input.orig:focus::placeholder {
      color: transparent !important;
    }
    #25397
    TR-Design09TR-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.