Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › WP/ Search not populating › Reply To: WP/ Search not populating
March 27, 2026 at 12:43 pm
#57175
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 🙂