wickedstangs Well-known member Oct 13, 2014 #1 How can I just hide the search box? Code: #QuickSearchQuery { display:none !important; }
P Paul B XenForo moderator Staff member Oct 13, 2014 #2 Code: #QuickSearch { display: none; } Upvote 0 Downvote
wickedstangs Well-known member Oct 13, 2014 #3 Brogan said: Code: #QuickSearch { display: none; } Click to expand... Awesome thanks Brogan.. Upvote 0 Downvote
FredC Well-known member Sep 2, 2015 #4 Brogan said: Code: #QuickSearch { display: none; } Click to expand... Hey Brogon could you possibly share the condition to hide the quick search from guests only?? Upvote 0 Downvote
Brogan said: Code: #QuickSearch { display: none; } Click to expand... Hey Brogon could you possibly share the condition to hide the quick search from guests only??
Russ Well-known member Sep 2, 2015 #5 FredC said: Hey Brogon could you possibly share the condition to hide the quick search from guests only?? Click to expand... Just use the XenForo Class: .LoggedOut #QuickSearch Upvote 0 Downvote
FredC said: Hey Brogon could you possibly share the condition to hide the quick search from guests only?? Click to expand... Just use the XenForo Class: .LoggedOut #QuickSearch
FredC Well-known member Sep 2, 2015 #6 Russ said: Just use the XenForo Class: .LoggedOut #QuickSearch Click to expand... like so? Code: .LoggedOut #QuickSearch { display: none; } if so that didn't work. Upvote 0 Downvote
Russ said: Just use the XenForo Class: .LoggedOut #QuickSearch Click to expand... like so? Code: .LoggedOut #QuickSearch { display: none; } if so that didn't work.
P Paul B XenForo moderator Staff member Sep 2, 2015 #8 The ability to use search is a user group permission, yes. Upvote 0 Downvote