• Hello!

    I need some help with the customization of this plugin. I would really appreciate your help/guidance.

    WEBSITE URL: https://www.directsupplyservices.com/

    1: When I type in the search bar – I see a text shadow in grey color. How can I remove that?

    2: When I type in the word and the results show – the text color is blue – how can I change that to different color?

    3: Is there a way where I can apply a border color in the box that appears with results?

    4: How can I align the results box with the search bar. If you see right now, there’s some space in between.

    5: When I click on the search bar to type – a box appears with my categories “Environmental Testing, Test Measurements etc” names. Can you advise, how can I remove that?

    6: Last question; when we type the keyword – the results will be based on the title of the pages that have the keyword or they show random results related to the keyword as well?

    I will highly appreciate your help!

    Thanks & Regards,
    Rashida H.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter rashidazhussain

    (@rashidazhussain)

    Hello.

    I am still waiting for your guidance. Kindly reply please.

    Regards,
    Rashida H.

    Plugin Author wpdreams

    (@wpdreams)

    Hi Rashida,

    1. That is the autocomplete, you can turn it off here: https://i.imgur.com/wiXyXi7.png

    2. Use this custom CSS:

    .asl_content h3 a.asl_res_url {
        color: red !important;
    }

    3. Sure, via custom CSS:

    .asl_r {
        border: 1px solid red !important;
    }

    4. It’s an automatically calculated margin, but you can negate that by adding negative top margin:

    .asl_r {
        margin-top: -18px !important;
    }

    5. If you mean, that 0 characters trigger the search, then you can increase that here: https://i.imgur.com/vfIIu4K.png

    6. By default, it searches the titles, content and the excerpts. You can of course change that under the General Options panel: https://i.imgur.com/vfIIu4K.png

    Best,
    Ernest M.

    Thread Starter rashidazhussain

    (@rashidazhussain)

    Hello!

    Thank you so much for your guidance.

    I highly appreciate it ??

    Regards,
    Rashida H.

    Plugin Author wpdreams

    (@wpdreams)

    You are very welcome Rashida ??

    Best,
    Ernest M.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search Bar Help Needed.’ is closed to new replies.