<?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>BlueOwlCreative  &#187;  Topic: Menu Underline for current page or current page ancestor?</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/feed/</link>
		<description></description>
		<pubDate>Wed, 26 Aug 2026 01:18:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30142</guid>
					<title><![CDATA[Menu Underline for current page or current page ancestor?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30142</link>
					<pubDate>Thu, 13 Oct 2016 21:58:49 +0000</pubDate>
					<dc:creator>rgruber</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d like to have the same underline that happens in the hover state of the menu be there when you are on current page or current page ancestor (for sub menus).</p>
<p>Wondering what the CSS is to make this happen. A simple bottom border goes too wide. I basically want to hook into the same CSS for the :hover state but make it apply to menus with drop downs if you are in that section and stay on in that section.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30161</guid>
					<title><![CDATA[Reply To: Menu Underline for current page or current page ancestor?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30161</link>
					<pubDate>Mon, 17 Oct 2016 09:08:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, try something like this:</p>
<pre><code>.main_menu_underline_effect #menu &gt; ul &gt; li.current-menu-item &gt; a:after,
.main_menu_underline_effect #menu &gt; ul &gt; li.current-menu-parent &gt; a:after {
    width: calc(100% - 30px);
    left: 15px;
    opacity: 1;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30173</guid>
					<title><![CDATA[Reply To: Menu Underline for current page or current page ancestor?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30173</link>
					<pubDate>Mon, 17 Oct 2016 16:13:06 +0000</pubDate>
					<dc:creator>rgruber</dc:creator>

					<description>
						<![CDATA[
						<p>It works for a second when page loads and then goes away on menus with drop downs. On menus without drop downs it works perfectly.</p>
<p>Any ideas?</p>
<p><a href="http://bsc.mediumstudios.com/business-banking/" title="Example" rel="nofollow">Business Banking Page</a></p>
<p>Looks like the drop down menu gets drawn over it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30178</guid>
					<title><![CDATA[Reply To: Menu Underline for current page or current page ancestor?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30178</link>
					<pubDate>Tue, 18 Oct 2016 07:11:48 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>How about this:</p>
<pre><code>.main_menu_underline_effect #menu &gt; ul &gt; li.current-menu-item &gt; a:after,
.main_menu_underline_effect #menu &gt; ul &gt; li.current-menu-parent &gt; a:after {
    width: calc(100% - 30px);
    left: 15px;
    opacity: 1;
    display: block;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30183</guid>
					<title><![CDATA[Reply To: Menu Underline for current page or current page ancestor?]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/menu-underline-for-current-page-or-current-page-ancestor/#post-30183</link>
					<pubDate>Tue, 18 Oct 2016 15:20:28 +0000</pubDate>
					<dc:creator>rgruber</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, thanks so much. You rock.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

