<?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>How to remove the header area and replace it with UberMenu? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 20 Oct 2025 05:43:59 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343338</guid>
					<title><![CDATA[How to remove the header area and replace it with UberMenu?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343338</link>
					<pubDate>Tue, 28 Jul 2015 20:10:02 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

					<description>
						<![CDATA[
						<p>I know that 3rd plugin integration is not supported, but I have already integrated the plugin into the theme.</p>
<p>Now I would like to remove the Logo Area of my theme. In a sense, I would like to only have the navigation bar which will also contain a logo (on the left).</p>
<p>Currently the logo area looks like <img decoding="async" src="http://solveenglish.com/wp-content/uploads/2015/07/Untitled.png" alt="" /></p>
<p>I need to remove the area in RED and expand the menu to be full width (YELLOW). I would also like to remove the bottom margin from the menu (GREEN). I would like to be able to keep the topbar and use it as normal. It&#8217;s on at the moment.</p>
<p><img decoding="async" src="http://solveenglish.com/wp-content/uploads/2015/07/Untitled2.png" alt="" /></p>
<p><strong>More Questions </strong><br />
Are subheadings possible? By that I mean a heading and a subheading with a small margin?<br />
How can I achieve the same type of links as in the changelog of xtheme <a href="https://theme.co/changelog/" rel="nofollow">https://theme.co/changelog/</a> ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343340</guid>
					<title><![CDATA[Reply To: How to remove the header area and replace it with UberMenu?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343340</link>
					<pubDate>Tue, 28 Jul 2015 20:11:44 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343345</guid>
					<title><![CDATA[Reply To: How to remove the header area and replace it with UberMenu?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343345</link>
					<pubDate>Tue, 28 Jul 2015 20:17:56 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343488</guid>
					<title><![CDATA[Reply To: How to remove the header area and replace it with UberMenu?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343488</link>
					<pubDate>Tue, 28 Jul 2015 23:09:36 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thank you for posting in and giving us a detailed instruction.<br />
To hide the logo area in red, please add the following CSS in your child theme style.css</p>
<pre><code>.x-logobar {
     display: none;
}</code></pre>
<p>To make the navigation fullwidth, please also add the following CSS:</p>
<pre><code>.x-navbar-inner .x-container.max.width {
    width: 100%;
}</code></pre>
<p>Yes that is possible. You may just add the class <strong>mbn</strong> to the heading to your heading to set it&#8217;s margin bottom to 0.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343785</guid>
					<title><![CDATA[Reply To: How to remove the header area and replace it with UberMenu?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343785</link>
					<pubDate>Wed, 29 Jul 2015 07:22:22 +0000</pubDate>
					<dc:creator>s1344678</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much, I managed to solve the problem in Yellow and Red.</p>
<p>However there is still a bottom margin between the menu and the start of the heading colored in Green. Is it possible to remove it also?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343794</guid>
					<title><![CDATA[Reply To: How to remove the header area and replace it with UberMenu?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-the-header-area-and-replace-it-with-ubermenu/#post-343794</link>
					<pubDate>Wed, 29 Jul 2015 07:34:45 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Please change your navbar top height to <strong>48 </strong>in the customizer (Appearance &gt; customize)</p>
<p><a href="http://screencast.com/t/uD3AyuUlgesM" rel="nofollow">http://screencast.com/t/uD3AyuUlgesM</a></p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

