<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hide Enterprise-Search text box</title><link>https://www.aras.com/community/f/development/4028/hide-enterprise-search-text-box</link><description>Our users get confused with the &amp;quot;Enterprise Search&amp;quot; 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?</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hide Enterprise-Search text box</title><link>https://www.aras.com/community/thread/2937?ContentTypeID=1</link><pubDate>Fri, 24 May 2019 22:51:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e5411a00-be07-48c9-a20b-f51494b1c050</guid><dc:creator>Ben Habing</dc:creator><description>&lt;p&gt;For those that are on 11.0 SP15, I found the following worked.&amp;nbsp; (Aras can probably confirm.)&lt;/p&gt;
&lt;div&gt;&lt;span&gt;C:\Program Files (x86)\Aras\Innovator\Innovator\Client\styles\common.min.css&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Change:&lt;/div&gt;
&lt;div&gt;&lt;b&gt;.aras-es-searchbox.aras-toolbar__es-searchbox&lt;/b&gt;&amp;nbsp; &amp;nbsp;display:inline-flex&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;To:&lt;/div&gt;
&lt;b&gt;.aras-es-searchbox.aras-toolbar__es-searchbox&lt;/b&gt;&amp;nbsp; &amp;nbsp;display:none&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide Enterprise-Search text box</title><link>https://www.aras.com/community/thread/2262?ContentTypeID=1</link><pubDate>Mon, 12 Nov 2018 04:52:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d42f354b-b6da-4a17-9743-2b535a0c02e3</guid><dc:creator>Sathish</dc:creator><description>Thank you for the lead. Worked like a charm. I also need to add same Display:none to the .esSearchButtonContainer  as well. Otherwise the Search Button will be visible.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide Enterprise-Search text box</title><link>https://www.aras.com/community/thread/2261?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 11:39:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:24cd96e0-c686-4ffd-8433-5593ee1fbeec</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

For SP11, you can use the same CSS attribute in a different file to hide the Enterprise Searchbar. Navigate to &lt;code&gt;Innovator\Client\styles\controls\enterpriseSearchToolbar.css&lt;/code&gt;. Add the &lt;code&gt;display: none;&lt;/code&gt; attribute to &lt;code&gt;.claro .dijitToolbar div.advancedTextBox.esSearchTextboxContainer&lt;/code&gt; to hide the searchbox and to &lt;code&gt;.esSearchButtonContainer&lt;/code&gt; to hide the search button.

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide Enterprise-Search text box</title><link>https://www.aras.com/community/thread/2260?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 10:40:36 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:bcb92d66-b8e5-4af8-b981-da06dd0af127</guid><dc:creator>Sathish</dc:creator><description>Thanks for your reply,

We use Aras Innovator Version 11.0 SP11  Build: 6812.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hide Enterprise-Search text box</title><link>https://www.aras.com/community/thread/2259?ContentTypeID=1</link><pubDate>Thu, 08 Nov 2018 09:32:20 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a259e994-16d2-4538-ada0-e2b1f27aa5f9</guid><dc:creator>Christopher Gillis</dc:creator><description>Hello,

You can do this through CSS in 11.0 SP12 by navigating to your installation path (&lt;code&gt;C:\Program Files (x86)\Aras\Innovator\&lt;/code&gt; by default) and modifying the file &lt;code&gt;\Innovator\Client\styles\common.min.css&lt;/code&gt;. Search for &lt;strong&gt;.aras-toolbar .aras-es-searchbox&lt;/strong&gt; and add &lt;code&gt;display:none!important&lt;/code&gt; 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&amp;#39;re using a version other than SP12.

Chris

&lt;hr /&gt;

Christopher Gillis

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>