<?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>Removing nav bar / header from one page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 15:41:32 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-44628</guid>
					<title><![CDATA[Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-44628</link>
					<pubDate>Thu, 15 May 2014 06:27:01 +0000</pubDate>
					<dc:creator>Chantal C</dc:creator>

					<description>
						<![CDATA[
						<p>Hi support,</p>
<p>I am using the Integrity stack and my home-page has one-page functionality.</p>
<p>However, in both the Blog and Portfolio sections on my homepage, I have provided a button linking to the main Blog and Portfolio pages, so that all Blogs / Portfolio items can be be viewed easily on their own pages (too much to include on homepage).</p>
<p>However, because of the one-page functionality of the home-page, the top nav bar (header) links aren&#8217;t operational, so I have a few questions:</p>
<p>1. Is it possible to replace the nav bar menu and/or header on these two pages with a custom header / nav bar menu (have tried, but no luck)?<br />
2. Is it possible to remove the top nav bar links and/or header entirely (so I can just use a sidebar)?<br />
3. Lastly, when I set the sidebar on the Blog page only, the entire top header section is wider than the box containing my blogs when you scroll down &#8211; any ideas on why or how to fix this?</p>
<p>Hope you can help &#8211; many thanks!</p>
<p>Regards,<br />
Chantal </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-44637</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-44637</link>
					<pubDate>Thu, 15 May 2014 07:02:07 +0000</pubDate>
					<dc:creator>Chantal C</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry &#8211; my mistake &#8211; I meant I am using Icon! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-44898</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-44898</link>
					<pubDate>Thu, 15 May 2014 21:52:00 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chantal,</p>
<p>Thank you for writing in!</p>
<p>1. You will need some template editing to add your own custom header, but I can&#8217;t help you to fully customize it.<br />
2. Yes, you could use &#8220;Blank &#8211; No Container | No header, Footer&#8221; template under your page&#8217;s Page Attribute section.<br />
3. Not sure what you meant, could you provide a url address? </p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-45871</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-45871</link>
					<pubDate>Mon, 19 May 2014 04:44:14 +0000</pubDate>
					<dc:creator>Chantal C</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46036</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46036</link>
					<pubDate>Mon, 19 May 2014 15:53:39 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Chantal,</p>
<p>Due to X&#8217;s dynamic nature, we can&#8217;t support advanced header modifications. So I can&#8217;t provide a template modification for this. However, what you&#8217;re looking for could be done with some CSS (<strong>Customizer > Custom > CSS</strong>)</p>
<pre><code>.blog .x-navbar-wrap, /* Blog - Entire Header */
.blog .x-btn-navbar, /* Blog - Navbar Mobile Button */
.blog .x-nav, /* Blog - Header Menu */
.blog .x-colophon .x-nav, /* Blog - Footer Menu */
.page-template-template-layout-portfolio-php .x-navbar-wrap, /* Portfolio - Entire Header */
.page-template-template-layout-portfolio-php .x-btn-navbar, /* Portfolio - Navbar Mobile Button */
.page-template-template-layout-portfolio-php .x-nav, /* Portfolio - Header Menu */
.page-template-template-layout-portfolio-php .x-colophon .x-nav /* Portfolio - Footer Menu */
  { display:none; }</code></pre>
<p>You can remove the lines notated &#8220;Entire Header&#8221; if you want to try keeping the navbar with logo, and just hide the links. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46205</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46205</link>
					<pubDate>Tue, 20 May 2014 01:26:46 +0000</pubDate>
					<dc:creator>Chantal C</dc:creator>

					<description>
						<![CDATA[
						<p>That worked perfectly &#8211; thanks so much! 🙂</p>
<p>Regards,<br />
Chantal</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46293</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46293</link>
					<pubDate>Tue, 20 May 2014 06:34:30 +0000</pubDate>
					<dc:creator>Chantal C</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46553</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46553</link>
					<pubDate>Tue, 20 May 2014 20:15:36 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Good to hear that worked for you! Regarding your additional comments, yes this is true. We&#8217;re looking into some ways to make I&#8217;m afraid this isn&#8217;t something we have control over. It&#8217;s an issue that&#8217;s  one page style scrolling navigation work better universally. It&#8217;s definitely something we have in mind for future development.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46686</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-46686</link>
					<pubDate>Wed, 21 May 2014 05:05:53 +0000</pubDate>
					<dc:creator>Chantal C</dc:creator>

					<description>
						<![CDATA[
						<p>Good to hear, thanks very much. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-47011</guid>
					<title><![CDATA[Reply To: Removing nav bar / header from one page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-nav-bar-header-from-one-page/#post-47011</link>
					<pubDate>Wed, 21 May 2014 20:50:35 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

