<?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>Remove Breadcrumbs on Mobile &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 13:35:48 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-216677</guid>
					<title><![CDATA[Remove Breadcrumbs on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-216677</link>
					<pubDate>Fri, 27 Feb 2015 16:35:41 +0000</pubDate>
					<dc:creator>samunder123</dc:creator>

					<description>
						<![CDATA[
						<p>Hi 🙂 </p>
<p>Love the theme. Is it possible to remove the breadcrumbs and the area the breadcrumbs is in when on a mobile? </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-217059</guid>
					<title><![CDATA[Reply To: Remove Breadcrumbs on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-217059</link>
					<pubDate>Sat, 28 Feb 2015 07:13:34 +0000</pubDate>
					<dc:creator>Senthil</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in! </p>
<p>Please add the following CSS in your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> and it will hide breadcrumb menu in mobile devices.</p>
<pre><code>@media (max-width:979px) {
	.x-breadcrumb-wrap {
		display: none !important;
	}

}</code></pre>
<p>Hope it helps, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-217104</guid>
					<title><![CDATA[Reply To: Remove Breadcrumbs on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-217104</link>
					<pubDate>Sat, 28 Feb 2015 09:30:00 +0000</pubDate>
					<dc:creator>samunder123</dc:creator>

					<description>
						<![CDATA[
						<p>Worked great, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-217506</guid>
					<title><![CDATA[Reply To: Remove Breadcrumbs on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-217506</link>
					<pubDate>Sun, 01 Mar 2015 02:32:01 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. Glad we could help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-790027</guid>
					<title><![CDATA[Reply To: Remove Breadcrumbs on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-790027</link>
					<pubDate>Thu, 11 Feb 2016 01:23:58 +0000</pubDate>
					<dc:creator>musicforminors</dc:creator>

					<description>
						<![CDATA[
						<p>Hi! This code didn&#8217;t work for me. Ideally, I wanted this to be in effect for max-width: 479px (it&#8217;s the same break at which I have my topbar disappearing, see below). I had been given some code to keep the breadcrumb from widowing on desktop (it was smushed all the way to the right and the post title was breaking to a second line needlessly), but that code doesn&#8217;t work too well either. So, really my ideal situation is this: breadcrumbs that run the full length of ONE line (right-justified) on desktop and tablet landscape, but then when you go to tablet portrait view (and the topbar disappears), so does the breadcrumb.</p>
<p><em>Does this make any sense? 😉</em></p>
<p>Site I&#8217;m working on: mfmdev.org</p>
<p><strong>Current Custom CSS:</strong></p>
<p>h1,.h1 {<br />
font-size: 250%;<br />
}</p>
<p>h2,.h2 {<br />
font-size: 175%;<br />
}</p>
<p>h3,h4.h5{<br />
font-size:100%;<br />
}</p>
<p>.x-navbar .mobile .x-nav li&gt;a {<br />
    border: none;<br />
}</p>
<p>.x-btn-navbar {<br />
    box-shadow:none;<br />
    border-radius: 0;<br />
}</p>
<p>@media (max-width:1200px) {<br />
        .menu-item-1172 {<br />
                  background-color: #F79C57;<br />
         }<br />
}</p>
<p>@media (min-width:480px) {<br />
        .menu-item-1213 {<br />
                  display: none!important;<br />
         }<br />
}</p>
<p>@media (min-width:480px) {<br />
        .menu-item-1214 {<br />
                  display: none!important;<br />
         }<br />
}</p>
<p>@media (min-width:480px) {<br />
        .menu-item-1215 {<br />
                  display: none!important;<br />
         }<br />
}</p>
<p>@media (max-width: 479px) {<br />
	.x-topbar {<br />
		  display: none;<br />
	}<br />
}</p>
<p>a.topbar-link:link {color: #FFFFFF}<br />
a.topbar-link:visited {color: #FFFFFF}<br />
a.topbar-link:hover {color: #F79C57}</p>
<p>.x-topbar .x-social-global {<br />
    display: none;<br />
}</p>
<p>.x-topbar {<br />
 border-bottom: none;<br />
}</p>
<p>.x-topbar-inner p {<br />
    font-size: 16px;<br />
    color: white<br />
}</p>
<p>.menu-item-1172 a {<br />
    background-color: #F79C57;<br />
    border-radius: 0px;<br />
}</p>
<p>.menu-item-1172 a span {<br />
    color: white;<br />
}</p>
<p>.menu-item-1172 a:hover {<br />
    background-color: #8BC53F !important;<br />
}</p>
<p>.menu-item-1172 a:hover span {<br />
    color: white;<br />
    box-shadow: none !important;<br />
}</p>
<p>.x-header-landmark {<br />
max-height: 50px;<br />
margin-bottom: 5px;<br />
border-bottom: none;<br />
}</p>
<p>.home header.x-header-landmark {<br />
  display: none;<br />
}</p>
<p>.page .x-landmark {<br />
  display: none;<br />
}</p>
<p>.blog .x-landmark {<br />
  display: none;<br />
}</p>
<p>.h-landmark, .entry-title.h-landmark {<br />
  display: none;<br />
}</p>
<p>.x-container.max.width.offset {<br />
    margin-top: 0;<br />
}</p>
<p>.entry-title {<br />
font-size: 200%;<br />
}</p>
<p>.entry-featured {<br />
	border:0;<br />
}</p>
<p>.entry-thumb:before {<br />
    display: none;<br />
}</p>
<p>.entry-thumb {<br />
    background-color: transparent;<br />
}<br />
a.entry-thumb:hover img {<br />
    opacity: 1;<br />
}</p>
<p>.x-section {<br />
    padding: 0px 0;<br />
}</p>
<p>/* breadcrumb */<br />
@media (max-width:979px) {<br />
	.x-breadcrumb-wrap {<br />
		display: none !important;<br />
	}<br />
}</p>
<p>/* footer */</p>
<p>.x-subscribe-form input[type=&#8221;submit&#8221;] {<br />
    font-family: &#8220;Lato&#8221;,sans-serif;<br />
    text-shadow: none !important;<br />
    background-color: transparent !important;<br />
    border: 3px solid !important;<br />
}</p>
<p>.x-subscribe-form input[type=&#8221;text&#8221;], .x-subscribe-form input[type=&#8221;email&#8221;] {<br />
    border: none !important;<br />
}</p>
<p>@media (min-width:480px) {<br />
    footer .x-social-global {<br />
        float: right;<br />
        width: 200px;<br />
    }</p>
<p>    body .x-colophon.bottom .x-colophon-content {<br />
        float:left;<br />
    }<br />
    body .x-colophon.bottom .x-nav li {<br />
       float:left;<br />
    }<br />
}<br />
.x-colophon.bottom .x-social-global a {<br />
    font-size: 40px;<br />
}</p>
<p>.x-colophon.bottom .x-nav li a:hover {<br />
    color: #F79C57 !important;<br />
    opacity: 1;<br />
}</p>
<p>.x-colophon-content a:hover{<br />
    color: #F79C57;<br />
}</p>
<p>/* widget slider, center logos */<br />
#text-2 .x-flexslider {<br />
    margin: 0 auto;<br />
}</p>
<p>.widget_text .h-widget:before {<br />
    display: none;<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-790397</guid>
					<title><![CDATA[Reply To: Remove Breadcrumbs on Mobile]]></title>
					<link>https://theme.co/archive/forums/topic/remove-breadcrumbs-on-mobile/#post-790397</link>
					<pubDate>Thu, 11 Feb 2016 05:50:30 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Would you mind opening a new thread and share us your URL so we could check your setup further.</p>
<p>Thank you so much.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

