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

Reply To: Remove Checkbox for custom post types in frontend search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Remove Checkbox for custom post types in frontend search Reply To: Remove Checkbox for custom post types in frontend search

#24734
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

But that does not change the outcome, it is only a visual filter.
The post types, that had been selected under the General Options -> Sources panel will be used for search. If you want to limit the search to specific post types, then choose them there, the checkbox filter is not required of that.

If you still need them though, you can force hide them with this custom CSS:

.asp_checkboxes_filter_box {
  display: none !important;
}