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

Reply To: Display filters on search results page but not on the search bar in the menu

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Display filters on search results page but not on the search bar in the menu Reply To: Display filters on search results page but not on the search bar in the menu

#37054
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

A custom CSS could work to forcefully hide the settings in the menu. It should be made specifically for the exact positioning and layout for your site, but this may also work:

.asp_w_container .asp_ss {
    display: none !important;
}

That should hide any search setting boxes, which are positioned with the search bar. Out of position settings boxes should still be visible.