
remove the search bar
TRY THIS CODE CSS :
#xn_bar #xn_bar_menu_search_query {
display: none; transparent;important!
}

The code is wrong
It should be like this..
#xn_bar #xn_bar_menu_search_query {
display: none!important;
}
Permalink Reply by George H. Compton IV on September 22, 2012 at 11:23am and use this to remove the Submit search button
A#xn_bar_menu_search_submit{
display: none!important;}
So the whole code should look like this
A#xn_bar_menu_search_submit{
display: none!important;}
#xn_bar #xn_bar_menu_search_query {
display: none!important; }
Permalink Reply by George H. Compton IV on September 23, 2012 at 11:43am you're welcome Eric :) you can also use this code which will remove both
FORM#xn_bar_menu_search{
display: none!important;}
Cindy replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
John replied to Patrick Chappelle's discussion 'Google+ Sign In'
Rafael replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'
Kos replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Aurora Carlson replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'© 2013 Created by Ning.
