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

Reply To: No Search Bar…Just Keywords

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