Don't display search form for logged out visitors
// This example shows you how not to display the search form for logged out
// visitors using the bp-default theme. It uses a combination of php and CSS. Adjust it accordingly
form#search-form {
display: none;
}
#conditionals,css,php