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

Reply To: WP/ Search not populating

#57175
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well, that snippet does nothing like that, it modifies the search query by adding the product post type.

While this is outside of Ajax Search Pro, I will try to give you possible suggestions. I think the easiest way is to simply hide the magnifier via a custom CSS:

span.menu-bar-item:has(.icon-search) {
    display: none;
}

This will do the trick 🙂