Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search bar to results page with filters ACF › Reply To: Search bar to results page with filters ACF
February 22, 2023 at 1:57 pm
#41508
Keymaster
Hi Brad,
Thanks for the detials, it helps a lot!
I think the best and easiest solution is to simply make the search with the filters, place it on both locations. Then, with this custom CSS you can force to hide the settins on the home page, but nowhere else:
.page-id-396 .asp_ss {
display: none !important;
}
That should do the trick 🙂