Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › No Search Bar…Just Keywords › Reply To: No Search Bar…Just Keywords
June 13, 2022 at 3:30 pm
#38008
Keymaster
Hi,
I think yes. Try using this custom CSS code to hide the search bar from the visitors:
.asp_m {
max-height: 0 !important;
}
It will “hide” it by making it 0 px in height, but not actually causing any issues with the script calculations.