<?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 Menu Bar on home page only &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 10:55:16 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236549</guid>
					<title><![CDATA[Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236549</link>
					<pubDate>Fri, 27 Mar 2015 16:11:01 +0000</pubDate>
					<dc:creator>Edward H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi I would like to make my websites menu bar transparent on the home page so that the background video of the 1st row shows behind the menu and logo on the home page only.</p>
<p>On all other pages I would like to be able to make the menu background black please.</p>
<p>An example of this on another site is: <a href="https://www.pactcoffee.com" rel="nofollow">https://www.pactcoffee.com</a></p>
<p>Can you help me please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236551</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236551</link>
					<pubDate>Fri, 27 Mar 2015 16:13:45 +0000</pubDate>
					<dc:creator>Edward H</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236743</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236743</link>
					<pubDate>Fri, 27 Mar 2015 22:46:17 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Edward,</p>
<p>Thanks for writing in.</p>
<p>Add this css at your customizer&#8217;s custom css under <strong>Admin &gt; Appearance</strong></p>
<pre><code>.x-logobar, .x-navbar {
  background-color: #000 !important;
}

@media (min-width: 980px) {
.home .x-logobar, .home .x-navbar {
  background-color: transparent !important;
}
.home .masthead {
  height:0;
}
}</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236900</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236900</link>
					<pubDate>Sat, 28 Mar 2015 04:22:29 +0000</pubDate>
					<dc:creator>Edward H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, thanks for the response. This doesnt seem to have worked..can we try again please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236942</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-236942</link>
					<pubDate>Sat, 28 Mar 2015 05:36:32 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please try this :</p>
<pre><code>.x-navbar.x-navbar-fixed-top {
  background-color: transparent;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237000</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237000</link>
					<pubDate>Sat, 28 Mar 2015 07:36:24 +0000</pubDate>
					<dc:creator>Edward H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, No that hasn&#8217;t worked either&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237003</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237003</link>
					<pubDate>Sat, 28 Mar 2015 07:43:30 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>The code we have given in our previous replies must have worked out for you. This is what we are seeing right now, <a href="http://prntscr.com/6mb7fh" target="_blank" rel="nofollow">http://prntscr.com/6mb7fh</a></p>
<p>Maybe it&#8217;s your browser&#8217;s cache. Please clean your browser&#8217;s cache and check again your site. It would also help in testing your site if you will use Chrome&#8217;s incognito mode or Private Browsing mode in Firefox.</p>
<p>Please let us know then.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237036</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237036</link>
					<pubDate>Sat, 28 Mar 2015 10:33:46 +0000</pubDate>
					<dc:creator>Edward H</dc:creator>

					<description>
						<![CDATA[
						<p>Pact Coffee is not my site if you look at the private message it has the details of my site. I referenced PactCoffee as an example of what I want my site to look like..!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237040</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237040</link>
					<pubDate>Sat, 28 Mar 2015 10:58:04 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Upon checking your CSS, I noticed you forgot to close curly bracket </p>
<p>Please fix this :</p>
<pre><code>.text-white .x-btn:hover {
  opacity: 0.75;
}</code></pre>
<p>Instead of our previous suggestion add this :</p>
<pre><code>.x-navbar{
  background-color: transparent;
}
body.x-navbar-fixed-top-active .x-navbar-wrap {
  height: auto;
}
</code></pre>
<p>Now increase top padding of first content band to 175px.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237048</guid>
					<title><![CDATA[Reply To: Transparent Menu Bar on home page only]]></title>
					<link>https://theme.co/archive/forums/topic/transparent-menu-bar-on-home-page-only/#post-237048</link>
					<pubDate>Sat, 28 Mar 2015 12:14:29 +0000</pubDate>
					<dc:creator>Edward H</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I think this has turned the menu transparent&#8230;I think. But my image for the background of content bar 1 is not showing behind it&#8230;can you help with this?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

