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, You can do this through CSS in 11.0 SP12 by navigating to your installation path (C:\Program Files (x86)\Aras\Innovator\ by default) and modifying the file \Innovator\Client\styles\common.min.css. Search for .aras-toolbar .aras-es-searchbox and add display:none!important inside of this css bock. Note that the specific CSS is subject to change depending on the service pack you are using. Please let us know if you're using a version other than SP12. Chris
    Christopher Gillis Aras Labs Software Engineer
Reply
  • Hello, You can do this through CSS in 11.0 SP12 by navigating to your installation path (C:\Program Files (x86)\Aras\Innovator\ by default) and modifying the file \Innovator\Client\styles\common.min.css. Search for .aras-toolbar .aras-es-searchbox and add display:none!important inside of this css bock. Note that the specific CSS is subject to change depending on the service pack you are using. Please let us know if you're using a version other than SP12. Chris
    Christopher Gillis Aras Labs Software Engineer
Children
No Data