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
March 7, 2022 at 7:46 am
#37054
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.