<?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>Transparent header/navbar only when on top of page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 02:40:22 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-129987</guid>
					<title><![CDATA[Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-129987</link>
					<pubDate>Wed, 22 Oct 2014 15:48:20 +0000</pubDate>
					<dc:creator>thisisbbc</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I know there&#8217;s quite a few topic on the subject and we&#8217;ve read them but there wasn&#8217;t an answer covering this specific scenario.</p>
<p>We&#8217;re looking to achieve a header style similar to the Salient theme (<a href="http://themenectar.com/demo/salient-frostwave/" rel="nofollow">http://themenectar.com/demo/salient-frostwave/</a>)</p>
<p>That is, the header should be transparent when on top-of-page, with a slightly higher height and logo size. As soon as we start to scroll, the header goes back to a smaller size with a plain background.</p>
<p>Is this possible with Ethos stack?</p>
<p>Also, would that scenario still work if we use a slider above masthead?</p>
<p>Thanks!</p>
<p>Best regards,<br />
BBC</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-130306</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-130306</link>
					<pubDate>Thu, 23 Oct 2014 01:09:26 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>That is possible and also with Ethos. It will work also with the slider above masthead. Please try adding the code below in your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>.x-navbar {
    background-color: transparent;
}

.x-navbar.x-navbar-fixed-top {
    background-color: white;
    height: 80px;
}

.x-navbar.x-navbar-fixed-top .x-brand {
font-size: 30px;
}

.x-navbar.x-navbar-fixed-top  .x-nav &gt; li &gt; a {
    padding-top: 30px !important;
}
</code></pre>
<p>If you&#8217;re using image logo, please try using <code>width: 200px</code> instead of <code>font-size: 30px;</code> for</p>
<pre><code>.x-navbar.x-navbar-fixed-top .x-brand {
font-size: 30px;
}</code></pre>
<p>Change the values as for your needs.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-130878</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-130878</link>
					<pubDate>Thu, 23 Oct 2014 17:08:17 +0000</pubDate>
					<dc:creator>thisisbbc</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thank you for your help, however the provided code doesn&#8217;t seems to work as expected. The first parent container, .x-navbar, is set to a transparent background, but the child container .x-navbar.x-navbar-fixed-top has a white background, <em>even when on top of the page</em>.</p>
<p>It doesn&#8217;t seem that there is a specific class for when the user is on top of the page, or when the user viewport is lower than the top of the navigation menu (if a slider above masthead is used).</p>
<p>I can manage to make the navigation menu transparent, or with a plain background, but so far I&#8217;ve been unable to have a transparent background on top of page and make it transition to a plain background when scrolling down&#8230;</p>
<p>Maybe we need to add some kind of script?</p>
<p>Looking forward to your reply.</p>
<p>All best,<br />
Bastien</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-130895</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-130895</link>
					<pubDate>Thu, 23 Oct 2014 17:41:18 +0000</pubDate>
					<dc:creator>thisisbbc</dc:creator>

					<description>
						<![CDATA[
						<p>Edit : I&#8217;ve noticed the first time the page is displayed and we have not yet scrolled, the class .x-navbar-fixed-top doesn&#8217;t exist.</p>
<p>However, as soon as we scroll, it is added and then it is never removed, even if you scroll back to the top of the page.</p>
<p>Maybe that&#8217;s the issue?!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-131041</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-131041</link>
					<pubDate>Thu, 23 Oct 2014 20:40:42 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add this code at your customizer&#8217;s custom javascript.</p>
<pre><code>jQuery(function($){

$(window).scroll(function(){

if( $(this).scrollTop() == 0 ) {
$(&#039;.x-navbar-fixed-top&#039;).removeClass(&#039;x-navbar-fixed-top&#039;);
}

})

});</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-302298</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-302298</link>
					<pubDate>Mon, 15 Jun 2015 13:59:23 +0000</pubDate>
					<dc:creator>derrick</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-302618</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-302618</link>
					<pubDate>Mon, 15 Jun 2015 18:46:40 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>This is possible if you are using <strong>background-color</strong> instead of <strong>background-image</strong>. Replace following from your custom CSS:</p>
<pre><code>.x-navbar.x-navbar-fixed-top {
background-color: none!important;
   /*background-color: #013a5f;*/
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 58, 95, 0.90)), to(rgba(0, 59, 98, 1.00)));
background-image: -webkit-linear-gradient(top, rgba(1, 58, 95, 0.90), rgba(0, 59, 98, 1.00));
background-image: -moz-linear-gradient(top, rgba(1, 58, 95, 0.90), rgba(0, 59, 98, 1.00));
background-image: -o-linear-gradient(top, rgba(1, 58, 95, 0.90), rgba(0, 59, 98, 1.00));
background-image: -ms-linear-gradient(top, rgba(1, 58, 95, 0.90), rgba(0, 59, 98, 1.00));
background-image: linear-gradient(top, rgba(1, 58, 95, 0.90), rgba(0, 59, 98, 1.00));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=&#039;#013a5f&#039;, EndColorStr=&#039;#003b62&#039;);
 height: 80px;
}
</code></pre>
<p>With following:</p>
<pre><code>.x-navbar.x-navbar-fixed-top {
   background-color: #193965;
   height: 80px;
}
</code></pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-334042</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-334042</link>
					<pubDate>Sun, 19 Jul 2015 05:32:57 +0000</pubDate>
					<dc:creator>srpickert</dc:creator>

					<description>
						<![CDATA[
						<p>Is this valid for the Integrity stack as well?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-334063</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-334063</link>
					<pubDate>Sun, 19 Jul 2015 06:11:18 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Yes, it should be.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-613523</guid>
					<title><![CDATA[Reply To: Transparent header/navbar only when on top of page]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-headernavbar-only-when-on-top-of-page/#post-613523</link>
					<pubDate>Tue, 06 Oct 2015 17:19:09 +0000</pubDate>
					<dc:creator>Captrawrs</dc:creator>

					<description>
						<![CDATA[
						<p>How do I get to the CSS to take out the old? or do I just place it in the Custom CSS field and it just replaces it?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

