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

Several questions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11645
    descdesc
    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 MarcinkoErnest 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:

    [html]input.autocomplete {
    color: red !important;
    }[/html]

    I hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.