<?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>Hide Menu items on certain pages? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 17:18:02 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-200975</guid>
					<title><![CDATA[Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-200975</link>
					<pubDate>Sat, 07 Feb 2015 07:47:32 +0000</pubDate>
					<dc:creator>theyoungrens</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible in Ethos to hide certain menu items on various pages? It seems that Ethos only gives you one menu section, but I need some different navigation in different parts of my site. For example the navigation on my landing page is very simple, but on my blog it&#8217;s more complex.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-201262</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-201262</link>
					<pubDate>Sat, 07 Feb 2015 22:05:34 +0000</pubDate>
					<dc:creator>theyoungrens</dc:creator>

					<description>
						<![CDATA[
						<p>Update: I&#8217;ve figured out how to do this using a plugin, but I&#8217;d rather do this with CSS if possible and not bloat the site with plugins. </p>
<p>Here&#8217;s the plugin I&#8217;m using &#8211; maybe it will help someone :</p>
<p><a href="https://wordpress.org/plugins/menu-items-visibility-control/" rel="nofollow">https://wordpress.org/plugins/menu-items-visibility-control/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-201263</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-201263</link>
					<pubDate>Sat, 07 Feb 2015 22:06:00 +0000</pubDate>
					<dc:creator>theyoungrens</dc:creator>

					<description>
						<![CDATA[
						<p>So, if you can help me understand how to do this with CSS or with modifying child theme files, then I&#8217;d love that!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-201292</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-201292</link>
					<pubDate>Sat, 07 Feb 2015 23:18:20 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in.</p>
<p>First, you will have to use browser&#8217;s developer tool, like from chrome. And use it&#8217;s inspector to find your menu item&#8217;s ID and page ID.</p>
<p>Eg.</p>
<p><img decoding="async" src="https://cldup.com/9LUT2dr3wo.png" alt="" /></p>
<p><img decoding="async" src="https://cldup.com/DWmg4UImmR.png" alt="" /></p>
<p>Then add your custom css based on the ID.</p>
<p>Display it on the page with the ID of 3034</p>
<pre><code>.page-id-3034 #menu-item-5359 {
display : inline-block;
}</code></pre>
<p>Hide it on the page with the ID of 3035</p>
<pre><code>.page-id-3035 #menu-item-5359 {
display : none;
}</code></pre>
<p>Hope this helps 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-664151</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-664151</link>
					<pubDate>Fri, 13 Nov 2015 16:54:33 +0000</pubDate>
					<dc:creator>PaulConsiglio</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t have menu items in mine. Also, i want to hide menus for 10 pages under a parent page ../US/pages</p>
<p>Here is an excerpt from my dev tool, how would i write the CSS to hide the menus?</p>
<p>class=&#8221;page page-id-740 page-child parent-pageid-705 page-template page-template-template-blank-4 page-template-template-blank-4-php logged-in admin-bar x-ethos x-navbar-fixed-top-active x-full-width-layout-active x-full-width-active x-post-meta-disabled x-portfolio-meta-disabled x-v4_0_6 cornerstone-v1_0_6 customize-support&#8221;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-664413</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-664413</link>
					<pubDate>Fri, 13 Nov 2015 20:29:09 +0000</pubDate>
					<dc:creator>Jade</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Paul,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-667344</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-667344</link>
					<pubDate>Mon, 16 Nov 2015 19:46:09 +0000</pubDate>
					<dc:creator>PaulConsiglio</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-667566</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-667566</link>
					<pubDate>Mon, 16 Nov 2015 22:54:18 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Paul,</p>
<p>Thank you for giving us the link above. Can you please try adding the following CSS via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>:</p>
<pre><code>.parent-pageid-705 .menu-item-665 {
    display: none;
}</code></pre>
<p>That will hide the Price menu item for all states page subpages. Please clarify which menu you want to hide.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-669052</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-669052</link>
					<pubDate>Tue, 17 Nov 2015 21:33:15 +0000</pubDate>
					<dc:creator>PaulConsiglio</dc:creator>

					<description>
						<![CDATA[
						<p>Price menu? There is no Price menu. I want to hide the whole navigation bar for that page and others under /US/states/statename</p>
<p>Or how do I Create that page without a menu or navbar? I just want the Slider and page below, no menus.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-669262</guid>
					<title><![CDATA[Reply To: Hide Menu items on certain pages?]]></title>
					<link>https://theme.co/archive/forums/topic/hide-menu-items-on-certain-pages/#post-669262</link>
					<pubDate>Wed, 18 Nov 2015 01:29:28 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>To create a page without the navbar, select a Page Template with No Header. See <a href="https://community.theme.co/kb/page-templates/" rel="nofollow">https://community.theme.co/kb/page-templates/</a> for more details.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

