Can the Quick Search be hidden? I have so far been unable to hide it with CSS using:
#search-ui {display:none !important}
or replacing the above selector with #quick-search-query.
We have several spaces that we CANNOT have appear in search results for our anonymous users, but we also need to maintain the rest of the nav bar so users can log out - removing the entire navigation bar is not an option.
Solved this one myself - the CSS was fine. It was that when we upgraded, the process copied the Global CSS into each space's CSS stylesheet (for any space that had an empty stylesheet). So no matter what I was doing to the Global CSS, it wasn't affecting the individual spaces.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.