• Hi,

    How can we remove the black wrapper that appears around the search box when clicking in the search box?

    We tried all settings and even custom CSS, but nothing worked.

    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    Currenlty I’m not seeing Ajax Search Lite in the header, it’s a different plugin there, but I see the issue. I will help you regardless.

    It’s a combination of outline and box shadow on focus, this will get rid off it:

    .jet-ajax-search input:focus {
        outline: none !important;
        box-shadow: unset !important;
    }

    All the best,
    Ernest

    Thread Starter dauphinet

    (@dauphinet)

    Thank you so much Ernest, you are a genius!

    We have been struggling with this for a while and it is solved with your help.

    • This reply was modified 6 months, 4 weeks ago by dauphinet.
    Plugin Author wpdreams

    (@wpdreams)

    You are very welcome, I’m happy I was able to help you ??

    Feel free to rate the plugin if you like it, it’s greatly appreciated!

    All the best,
    Ernest

    Thread Starter dauphinet

    (@dauphinet)

    OK, we will.

    For privacy could you please remove the url provided above?

    • This reply was modified 6 months, 4 weeks ago by dauphinet.
    Plugin Author wpdreams

    (@wpdreams)

    I can only edit my own posts unfortunately, I’m a user on these forums as well. You might be able to edit it still, otherwise I think only moderators can remove the content.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Black wrapper appears around search box when clicking in search box’ is closed to new replies.