Several questions

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11645
    desc
    desc
    Participant

    Hello,

    1. How can I make the “Search box placeholder text” disappear as soon as I click into the search box (without having to type anything in)?

    2. Is it possible to have the keyword suggestions appear as a dropdown list as opposed to being in-line text (like what you see when typing into Google search)?

    3. Is it possible to change the color of the keyword suggestions text?

    Thank you!

    #11653
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    1. The best solution is probably this custom CSS:

    2. Not yet, it is however a planned feature, so in a future release this will be available as an option.

    3. Yes, with a custom CSS rule, like so:

    input.autocomplete {
        color: red !important;
    }

    I hope this helps!

    Best,
    Ernest Marcinko

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


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

You must be logged in to reply to this topic.