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

Reply To: Hiding the search widget on a specific page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Hiding the search widget on a specific page Reply To: Hiding the search widget on a specific page

#12175
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Yes, it is actually possible with a custom CSS snippet. I’ve tested the following snippet:

[html].page-id-14159 .asp-try,
.page-id-14159 .ajaxsearchpro,
.page-id-14159 .wpdreams_asp_sc {
display: none !important;
}[/html]

This should hopefully do the trick 🙂