<?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>Remove menu all together &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-menu-all-together-2/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 04 Nov 2025 12:29:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-38549</guid>
					<title><![CDATA[Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-38549</link>
					<pubDate>Tue, 29 Apr 2014 16:28:07 +0000</pubDate>
					<dc:creator>Charan R</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to remove the menu completely? I have assigned a menu and added no links to it (which gets rid of the &#8220;assign a menu&#8221; prompt) and that works fine for desktop but on the mobile version the nag button still appears. I want to remove navigation completely for now.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-38731</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-38731</link>
					<pubDate>Wed, 30 Apr 2014 02:36:28 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Charan!</p>
<p>Thank you for using the theme!</p>
<p>Just leave the menu there then add this on Customizer &gt; Custom &gt; CSS:</p>
<pre><code>.x-nav-collapse.collapse {
display: none;
}</code></pre>
<p>This should remove the navbar entirely. Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-38739</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-38739</link>
					<pubDate>Wed, 30 Apr 2014 03:16:26 +0000</pubDate>
					<dc:creator>Charan R</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39080</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39080</link>
					<pubDate>Wed, 30 Apr 2014 23:10:14 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Charan,</p>
<p>You could change it into,</p>
<pre><code>.x-btn-navbar, .x-nav-collapse.collapse {
display: none;
}</code></pre>
<p>🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39387</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39387</link>
					<pubDate>Thu, 01 May 2014 16:37:08 +0000</pubDate>
					<dc:creator>Charan R</dc:creator>

					<description>
						<![CDATA[
						<p>No dice. Any other suggestions. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39655</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39655</link>
					<pubDate>Fri, 02 May 2014 04:31:47 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Yo Charan!</p>
<p>Try out<br />
<code>.masthead-inline .x-btn-navbar { display: none; }</code></p>
<p>If it still doesn&#8217;t work try forcing it as important.<br />
<code>.masthead-inline .x-btn-navbar { display: none !important; }</code></p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39818</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-39818</link>
					<pubDate>Fri, 02 May 2014 17:31:04 +0000</pubDate>
					<dc:creator>Charan R</dc:creator>

					<description>
						<![CDATA[
						<p>BOOM! 😀</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-40008</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-40008</link>
					<pubDate>Sat, 03 May 2014 01:36:17 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Boom Charan Charan! 🙂</p>
<p>Let us know if you need anything else.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-42027</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-42027</link>
					<pubDate>Thu, 08 May 2014 05:30:26 +0000</pubDate>
					<dc:creator>q j</dc:creator>

					<description>
						<![CDATA[
						<p>Support, I used all CSS recommendations, takes care of the top menu but now the bottom. What is the CSS code to remove bottom menu? TIA</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-42319</guid>
					<title><![CDATA[Reply To: Remove menu all together]]></title>
					<link>https://theme.co/archive/forums/topic/remove-menu-all-together-2/#post-42319</link>
					<pubDate>Thu, 08 May 2014 21:54:51 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Q J,</p>
<p>What do you mean by bottom menu? Could you provide a url address, or a screenshot?</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

