XF 1.4 remove search link and box but keep search enabled

trman

Active member
The title says it all. I would like to not show the "search" link on the nav bar and also not show the search box at the right of the navbar. I know you can disable search and these will disappear but I want to keep search enabled.

Reason: I want to use Google Custom Search to handle the main search load and have a link on the Google results page to the XenForo search and title it "advanced search".

I used this method with VB and it worked well for many years.

I would prefer not to edit the navigation template, but will do so if needed.

Was hoping for some CSS to put in extra.css to hide the search link and search bar.
 
You will need to edit the navigation template to remove the link.

The search box can be hidden using #QuickSearch {display:none;} in EXTRA.css or removed completely by editing the template.
 
I just noticed your label now says #QuickSearch when earlier it said #searchBar

#searchBar worked, what is the difference between the two?
 
Top Bottom