Hide Enterprise-Search text box

Our users get confused with the "Enterprise Search" textbox shown in the UI. We have currently not enabled them in our org. How do we hide it to be displayed on the UI?
Parents
  • Hello, For SP11, you can use the same CSS attribute in a different file to hide the Enterprise Searchbar. Navigate to Innovator\Client\styles\controls\enterpriseSearchToolbar.css. Add the display: none; attribute to .claro .dijitToolbar div.advancedTextBox.esSearchTextboxContainer to hide the searchbox and to .esSearchButtonContainer to hide the search button. Chris
    Christopher Gillis Aras Labs Software Engineer
Reply
  • Hello, For SP11, you can use the same CSS attribute in a different file to hide the Enterprise Searchbar. Navigate to Innovator\Client\styles\controls\enterpriseSearchToolbar.css. Add the display: none; attribute to .claro .dijitToolbar div.advancedTextBox.esSearchTextboxContainer to hide the searchbox and to .esSearchButtonContainer to hide the search button. Chris
    Christopher Gillis Aras Labs Software Engineer
Children
No Data