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

Reply To: Search bar to results page with filters ACF

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

#41998
Ernest MarcinkoErnest Marcinko
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.