<?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>Setting nav bar transparency &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/setting-nav-bar-transparency/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 25 Nov 2025 02:02:41 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-97253</guid>
					<title><![CDATA[Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-97253</link>
					<pubDate>Wed, 03 Sep 2014 00:30:45 +0000</pubDate>
					<dc:creator>lwtpkins</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thanks for such a great theme!  I&#8217;m trying to make the navbar transparent using background-color: rgba(255, 255, 255, 40);  (40 representing 40% opacity).</p>
<p>Any tips on how to do this in the custom CSS? </p>
<p>Website example: <a href="http://www.lwtompkins.com/kands/contact/" rel="nofollow">http://www.lwtompkins.com/kands/contact/</a>  [WP version 3.9.2 using stack: Renew]</p>
<p>I&#8217;d like to make navbar transparent over the map which is in a Revslider (map image).</p>
<p>Your help is very much appreciated!</p>
<p>Liz</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-97255</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-97255</link>
					<pubDate>Wed, 03 Sep 2014 00:44:22 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>You are very close. Opacity must be done in terms of a decimal so instead of 40 use the decimal .4. </p>
<p><code>background-color: rgba(255, 255, 255, .40);</code></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98747</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98747</link>
					<pubDate>Thu, 04 Sep 2014 21:17:33 +0000</pubDate>
					<dc:creator>lwtpkins</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thanks for the quick response and decimal info for transparency.  It doesn&#8217;t seem to be making the top navbar or inner navbar wrap transparent.  I&#8217;ve tried applying the above to both classes:</p>
<p>.x-navbar<br />
.x-navbar-inner</p>
<p>any advice on getting that entire white section transparent so the Revslides underneath peek through?</p>
<p>Kindly,</p>
<p>Liz</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98753</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98753</link>
					<pubDate>Thu, 04 Sep 2014 21:28:04 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I checked your site and those styling were overridden. Try adding !important and it should work 🙂</p>
<p>Example :</p>
<pre><code>.x-navbar {
background-color: rgba(255, 255, 255, .40) !important;
}
</code></pre>
<p>Then scroll it down to see the difference.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98764</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98764</link>
					<pubDate>Thu, 04 Sep 2014 21:51:43 +0000</pubDate>
					<dc:creator>lwtpkins</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, this was exactly what I needed!</p>
<p>One additional question: How can I push the entire navbar positioning down?<br />
i.e., on <a href="http://www.lwtompkins.com/kands/communications-policy/" rel="nofollow">http://www.lwtompkins.com/kands/communications-policy/</a> the design calls for the entire navbar area (or perhaps this is the x-navbar-wrapper?) to lay slightly on top of each page header image.  In this case, I&#8217;d like the navbar to go down about 25px and stay fixed over that page&#8217;s image: <a href="http://www.lwtompkins.com/kands/wp-content/uploads/2014/09/communications.jpg" rel="nofollow">http://www.lwtompkins.com/kands/wp-content/uploads/2014/09/communications.jpg</a></p>
<p>Screenshot from specs: <a href="http://www.lwtompkins.com/files/ks_screenshot.png" rel="nofollow">http://www.lwtompkins.com/files/ks_screenshot.png</a></p>
<p>Would this be adjusted in the navbar CSS or in RevSlider which holds that image?</p>
<p>I really appreciate the quick &amp; expert advice!</p>
<p>Cheers,</p>
<p>Liz</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98770</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98770</link>
					<pubDate>Thu, 04 Sep 2014 22:01:41 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Liz, </p>
<p>Can you try the following CSS code by adding it to <strong>Custom &gt; CSS</strong> section where you can access it through <strong>Appearance -&gt; Customize</strong> menu. </p>
<pre><code>
#menu-top-navigation {
    margin-top: 2%;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98792</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98792</link>
					<pubDate>Thu, 04 Sep 2014 22:31:27 +0000</pubDate>
					<dc:creator>lwtpkins</dc:creator>

					<description>
						<![CDATA[
						<p>This definitely helps put me in the right area.  Thanks again for all of your very much appreciated help!<br />
Your support is fantastic and a rarity  😀</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98794</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-98794</link>
					<pubDate>Thu, 04 Sep 2014 22:36:50 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-99916</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-99916</link>
					<pubDate>Sat, 06 Sep 2014 20:22:22 +0000</pubDate>
					<dc:creator>lwtpkins</dc:creator>

					<description>
						<![CDATA[
						<p>Hello again,</p>
<p>I&#8217;m sorry to have to keep bothering you on the transparent nav bar.  Everything is 98% there but I&#8217;ve noticed a cross-browser bug as a result of the changes we covered above.  In both Firefox and Chrome latest versions/PC (logged into admin and not logged in), I&#8217;ve noticed the transparent .x-navbar does not display on initial page load.  Screenshot at: <a href="http://lwtompkins.com/files/kands_nav1.png" rel="nofollow">http://lwtompkins.com/files/kands_nav1.png</a></p>
<p>Then, it does pop into position/correct display when I scroll down the page a bit, as evidenced by screencap:  <a href="http://lwtompkins.com/files/kands_nav2.png" rel="nofollow">http://lwtompkins.com/files/kands_nav2.png</a></p>
<p>Any possible solutions I can try to fix this?</p>
<p>Thanks so much for your expert help!</p>
<p>Liz</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-99981</guid>
					<title><![CDATA[Reply To: Setting nav bar transparency]]></title>
					<link>https://theme.co/archive/forums/topic/setting-nav-bar-transparency/#post-99981</link>
					<pubDate>Sat, 06 Sep 2014 23:48:20 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Add this css at your customizer&#8217;s custom css.</p>
<pre><code>@media ( min-width: 980px ) {
.x-navbar {
position: fixed;
z-index: 1030;
margin-top: 2.25%;
width: 100%;
}
}</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

