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
March 29, 2023 at 8:55 am
#41998
Keymaster
Hi,
Yes – that custom CSS is specific to a page. It basically forces to hide the filters on that page only – but allows any other. I deducted the id from the actual front page. If the home page is going to be the page /home22, then the ID is different:
.page-id-6685 .asp_ss {
display: none !important;
}
That will work for the home22 page.