<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 03 May 2026 01:48:17 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-347940</guid>
					<title><![CDATA[Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-347940</link>
					<pubDate>Sun, 02 Aug 2015 23:27:07 +0000</pubDate>
					<dc:creator>hitsheets</dc:creator>

					<description>
						<![CDATA[
						<p>Hello.</p>
<p>Im using he Integrity-7 theme.  Love it so far (just installed today).  I have 2 questions, however:</p>
<p>1. Is it possible to remove the &#8220;search bar&#8221; from the top menu (the magnifying glass)?  How would I be able to do it? </p>
<p>and </p>
<p>2. Is it possible to add the &#8220;3 line&#8221; menu icon (which is used for mobile devices), to the main page menu?  </p>
<p>Thank you for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348030</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348030</link>
					<pubDate>Mon, 03 Aug 2015 02:52:15 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! You can switch off the navbar search in the customizer.</p>
<p><strong>Appearance &gt; Customize &gt; Header &gt; Search &gt;&gt;</strong> select <strong>off</strong>.</p>
<p>For number 2. Would you mind clarifying a little what you would like to do with the icon?</p>
<p>&#8211; Are you just wanting it on the menu? If so where would you want it?<br />
&#8211; or Do you want the mobile menu to replace the main navigation for all screen sizes?</p>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348111</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348111</link>
					<pubDate>Mon, 03 Aug 2015 05:06:06 +0000</pubDate>
					<dc:creator>hitsheets</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the reply.</p>
<p>The 1st one (search bar) solved the issue.  Thank you!</p>
<p>For #2:  I would want it on the menu.  Don&#8217;t know which side yet (left or right).  For an example&#8230; look at either <a href="http://uber.com" rel="nofollow">http://uber.com</a> or <a href="http://chase.com" rel="nofollow">http://chase.com</a>, using a computer.  The 3 horizontal bars (representing the menu) appears.  When you click it, the menu items come up.  I would also want that for my main page as well for the main computer screen.  (The mobile theme already has it.  That&#8217;s why i want for the main computer/desktop site).</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348113</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348113</link>
					<pubDate>Mon, 03 Aug 2015 05:07:17 +0000</pubDate>
					<dc:creator>hitsheets</dc:creator>

					<description>
						<![CDATA[
						<p>Last sentence CORRECTION:</p>
<p>*(The mobile theme already has it. That’s WHAT i want for the main computer/desktop site).</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348119</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348119</link>
					<pubDate>Mon, 03 Aug 2015 05:14:19 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>To achieve that, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
body .x-nav-wrap.desktop {
     display:none;
}

body .x-btn-navbar {
     display:block;
     float:right;
}

body .x-nav-wrap.mobile {
    display: block;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348148</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348148</link>
					<pubDate>Mon, 03 Aug 2015 06:01:18 +0000</pubDate>
					<dc:creator>hitsheets</dc:creator>

					<description>
						<![CDATA[
						<p>Yes that did work. Thanks once again!  But now i have 4 more questions (and hopefully final ones):</p>
<p>1. How can i darken the &#8220;shade&#8221; of the new nav button you&#8217;ve given me (if possible)?</p>
<p>2. When I click the new nav button on my site, the menu items appear on the LEFT side.  Is it possible to put the menu items on that page on the RIGHT side (instead of the left)?  My site is <a href="http://hitsheets.com/" rel="nofollow">http://hitsheets.com/</a></p>
<p>3. Now when my site loads, the menu options automatically appear &#8212; as if the new Nav button has already been clicked.  I want it to NOT show the menu items when my site loads, but only when i click the button.</p>
<p>4. Even with the new nav button you&#8217;ve given me (via CSS), can I still put menu items on the page, right near the new button? (<a href="http://chase.com" rel="nofollow">http://chase.com</a> has menu items right near that 3-lined nav buton&#8230;i would like that for my site also).</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348151</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348151</link>
					<pubDate>Mon, 03 Aug 2015 06:06:01 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Upon checking your site(<a href="http://hitsheets.com/" rel="nofollow">http://hitsheets.com/</a>) I can only see a text <strong>We are coming!</strong>.<br />
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348152</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348152</link>
					<pubDate>Mon, 03 Aug 2015 06:09:55 +0000</pubDate>
					<dc:creator>hitsheets</dc:creator>

					<description>
						<![CDATA[
						<p>Yes try it again.  It was on &#8220;Coming Soon&#8221; mode via a wordpress plugin i had.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348154</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348154</link>
					<pubDate>Mon, 03 Aug 2015 06:11:37 +0000</pubDate>
					<dc:creator>hitsheets</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348159</guid>
					<title><![CDATA[Reply To: Removing Search Bar (Magnifying Glass from Menu Bar) + Menu Icon Removal]]></title>
					<link>https://theme.co/archive/forums/topic/removing-search-bar-magnifying-glass-from-menu-bar-menu-icon-removal/#post-348159</link>
					<pubDate>Mon, 03 Aug 2015 06:17:10 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

