Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Hide Search AND Settings, Results only display › Reply To: Hide Search AND Settings, Results only display
September 28, 2023 at 10:01 am
#45570
Keymaster
Hi,
I think it’s probably doable via a small custom CSS snippet:
.asp_ss, .asp_m {
display: none !important;
}
This should force invisibility on both the settings and the search bar.