<?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>Keep sub menu open when active &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 05:40:37 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-257718</guid>
					<title><![CDATA[Keep sub menu open when active]]></title>
					<link>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-257718</link>
					<pubDate>Fri, 24 Apr 2015 17:43:04 +0000</pubDate>
					<dc:creator>Jonathan L</dc:creator>

					<description>
						<![CDATA[
						<p>Site: <a href="http://jabbragency.net/ns/cameron" rel="nofollow">http://jabbragency.net/ns/cameron</a><br />
Stack: Icon</p>
<p>Hi I am trying to find a way to keep the current sub menu open when one of the sub-menu pages are active. I would like only that sub menu to stay open and not all.</p>
<p>I have tried the following:</p>
<pre><code>.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu {
    display:block;
}</code></pre>
<p>I put the above on all child pages in css but it keeps all the submenus open and not just the block for that parent.</p>
<p>Thanks,</p>
<p>Jonathan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-257917</guid>
					<title><![CDATA[Reply To: Keep sub menu open when active]]></title>
					<link>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-257917</link>
					<pubDate>Sat, 25 Apr 2015 00:19:28 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Thanks for writing in! This particular request is outside the scope of the support we can offer. However, try adding the following CSS rules into your Customizer, <strong>Custom &gt; CSS</strong> section.</p>
<pre><code>
.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu .menu-item {
    display: none;
}

.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu .current-menu-item {
    display: block !important;
}

</code></pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258281</guid>
					<title><![CDATA[Reply To: Keep sub menu open when active]]></title>
					<link>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258281</link>
					<pubDate>Sat, 25 Apr 2015 14:08:51 +0000</pubDate>
					<dc:creator>Jonathan L</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thanks for trying to help. Unfortunately that didn&#8217;t work. What it did was stop the sub menus from displaying, however when you go to one of the child pages, that sub menu item only would show in the drop down but would not stay open after mouse click.</p>
<p>If you have any other ideas i&#8217;d really appreciate it.</p>
<p>Cheers,</p>
<p>Jonathan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258289</guid>
					<title><![CDATA[Reply To: Keep sub menu open when active]]></title>
					<link>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258289</link>
					<pubDate>Sat, 25 Apr 2015 14:33:35 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Please try this following CSS instead:</p>
<pre><code>
ul.x-nav .current-menu-ancestor .sub-menu {
  display: block !important;
}
</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258301</guid>
					<title><![CDATA[Reply To: Keep sub menu open when active]]></title>
					<link>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258301</link>
					<pubDate>Sat, 25 Apr 2015 15:12:40 +0000</pubDate>
					<dc:creator>Jonathan L</dc:creator>

					<description>
						<![CDATA[
						<p>YES!! Thank you.<br />
Have a great one.</p>
<p>Jonathan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258325</guid>
					<title><![CDATA[Reply To: Keep sub menu open when active]]></title>
					<link>https://theme.co/archive/forums/topic/keep-sub-menu-open-when-active/#post-258325</link>
					<pubDate>Sat, 25 Apr 2015 16:05:04 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

