<?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>Header opacity and change opacity on scroll &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 09:54:56 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-145861</guid>
					<title><![CDATA[Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-145861</link>
					<pubDate>Sat, 15 Nov 2014 23:45:18 +0000</pubDate>
					<dc:creator>Aaronanonymous</dc:creator>

					<description>
						<![CDATA[
						<p>I would like to create an opaque header when at the top of the page. When scrolling down I would like to have the header resize and change to a more solid, or completely solid color. I&#8217;m using integrity right now and I&#8217;ve only been able to achieve a transparent header. Also the drop-down menu when hovering over a menu icon would need to match the header color. Right now the dropdown is white but my text is white so the text cant be seen unless hovering over the text.<br />
The site that I found that has this type of header is <a href="http://razorfrog.com/" rel="nofollow">http://razorfrog.com/</a><br />
Thank you for your time. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-146289</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-146289</link>
					<pubDate>Sun, 16 Nov 2014 21:57:00 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Aaron,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL as stated on the forum entrance page. 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/header-opacity-and-change-opacity-on-scroll/#post-152422</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-152422</link>
					<pubDate>Tue, 25 Nov 2014 13:24:53 +0000</pubDate>
					<dc:creator>hjaffer</dc:creator>

					<description>
						<![CDATA[
						<p>Aaron</p>
<p>Did you find out how to achieve this resizing header thing yet?</p>
<p>Using Integrity too.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-152566</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-152566</link>
					<pubDate>Tue, 25 Nov 2014 15:58:02 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Could you please provide us with the URL to your site? So that we can inspect your current setup and assist you with the necessary CSS/ JavaScript workaround to adjust your header. </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-152608</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-152608</link>
					<pubDate>Tue, 25 Nov 2014 16:53:34 +0000</pubDate>
					<dc:creator>hjaffer</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your reply. I&#8217;ve not gone live yet so all you&#8217;ll see is a coming soon page. What would you suggest?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-152754</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-152754</link>
					<pubDate>Tue, 25 Nov 2014 20:50:46 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>To achieve the header scroll effect, Please add the following jQuery script via <strong>Appearance &gt; Customize &gt; Custom &gt; Javascript</strong></p>
<pre><code>jQuery(document).ready(function($){
	$(window).scroll(function(){
		if ($(this).scrollTop() &gt; 0) {
			$(&#039;.x-navbar-fixed-top&#039;).css(&quot;background-color&quot;, &quot;#fff&quot;);
		} else {
			$(&#039;.x-navbar-fixed-top&#039;).css(&quot;background-color&quot;, &quot;transparent&quot;);
		}
	});
});</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-153129</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-153129</link>
					<pubDate>Wed, 26 Nov 2014 12:13:21 +0000</pubDate>
					<dc:creator>hjaffer</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for this. But, isn&#8217;t this already there in the theme? I mean I already have it this way. The question was to have the header resize (smaller) while scrolling down, so the logo and menu become smaller. See the site that Aaron shared above please.</p>
<p>Appreciate your support guys.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-153359</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-153359</link>
					<pubDate>Wed, 26 Nov 2014 17:35:24 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Hjaffer,</p>
<p>Thank you for writing in!</p>
<p>We would love to assist you with this, but we need to see the site firsthand to provide you a tailored answer. If you could upload the site so we can see it, we can get a better idea of what’s happening. </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-185387</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-185387</link>
					<pubDate>Sun, 18 Jan 2015 07:34:08 +0000</pubDate>
					<dc:creator>Aaronanonymous</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry for the late response, I&#8217;ve been out for a while.<br />
I&#8217;m glad to know other people have an interest in achieving the same header style 😉<br />
I will post my site below and mark it as private. </p>
<p>While I&#8217;m here though, I&#8217;m currently having another issue that I hope I can get help with.<br />
If you scroll down on some of my pages half the screen goes black. I&#8217;m not really sure what is happening but it is frustrating not to be able to see more than 80% of my page content. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-185388</guid>
					<title><![CDATA[Reply To: Header opacity and change opacity on scroll]]></title>
					<link>https://theme.co/archive/forums/topic/header-opacity-and-change-opacity-on-scroll/#post-185388</link>
					<pubDate>Sun, 18 Jan 2015 07:34:24 +0000</pubDate>
					<dc:creator>Aaronanonymous</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

