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
March 6, 2017 at 10:31 am
#12175
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 🙂