<?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>Switch From Logo Image To Logo Text On Responsive &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 04:16:45 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-200816</guid>
					<title><![CDATA[Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-200816</link>
					<pubDate>Fri, 06 Feb 2015 23:31:11 +0000</pubDate>
					<dc:creator>atjonesen</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>I&#8217;ve got a tricky question.  I&#8217;ve got a site structured that is essentially the like Integrity Demo 4.  Instead of using the site name text for the logo, I&#8217;ve uploaded a logo image.  However, when using the image logo the header looks awful when the screen switches to a tablet/mobile layout.  Is there any way to set things up to have the logo switch from image to text when the screen is a table/phone?  Thanks in advance for your help!</p>
<p>AT  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-200984</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-200984</link>
					<pubDate>Sat, 07 Feb 2015 08:15:46 +0000</pubDate>
					<dc:creator>Senthil</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in.</p>
<p>There is already a hidden text logo element is included with the Integrity 4 version.</p>
<p>We can help you to fix it with a CSS media query to switch between mobile/tablet and desktop versions. </p>
<p>Kindly share your URL.So we can provide you with the code to make it work.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202148</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202148</link>
					<pubDate>Mon, 09 Feb 2015 11:31:31 +0000</pubDate>
					<dc:creator>atjonesen</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202377</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202377</link>
					<pubDate>Mon, 09 Feb 2015 16:25:21 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add the following CSS under<strong> Customize -&gt; Custom -&gt; CSS</strong> :</p>
<pre><code>@media (max-width:760px){
.x-navbar h1.visually-hidden {
width: auto;
position: static;
height: auto;
}
.x-brand img{
display:none;
}
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202414</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202414</link>
					<pubDate>Mon, 09 Feb 2015 17:17:18 +0000</pubDate>
					<dc:creator>atjonesen</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the code &#8211; it worked great to change the logo from an image to text.  However, now the text is too large (appears to be forcing h1) causing the the navbar to look wonky.  Is there anyway to adjust the size/color of the text it switches to?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202760</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-202760</link>
					<pubDate>Tue, 10 Feb 2015 02:56:25 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please update the code that was already on your <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>@media (max-width: 980px){
	.x-navbar h1.visually-hidden {
		width: auto;
		position: static;
		height: auto;
		float: left;
		font-size: 3em;
		color: red;
	}
	.x-brand img{display:none;}
}

@media (max-width: 479px) {
	.x-navbar h1.visually-hidden {font-size: 2.5em;}
}</code></pre>
<p>Change the color red value to any color you want.</p>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-203275</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-203275</link>
					<pubDate>Tue, 10 Feb 2015 16:33:32 +0000</pubDate>
					<dc:creator>atjonesen</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome that worked great!  The only remaining issue I&#8217;m finding is that on all accessory pages (non-homepage) there is no text being displayed after the switch.  Any thoughts on how to get that corrected to ensure the switch is happening on all pages?  Thanks again &#8211; sorry for the multiple requests!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-203549</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-203549</link>
					<pubDate>Tue, 10 Feb 2015 22:42:50 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-203936</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-203936</link>
					<pubDate>Wed, 11 Feb 2015 12:13:18 +0000</pubDate>
					<dc:creator>atjonesen</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-204453</guid>
					<title><![CDATA[Reply To: Switch From Logo Image To Logo Text On Responsive]]></title>
					<link>https://theme.co/archive/forums/topic/switch-from-logo-image-to-logo-text-on-responsive/#post-204453</link>
					<pubDate>Wed, 11 Feb 2015 23:58:59 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>This <code>&lt;h1 class=&quot;visually-hidden&quot;&gt;&lt;/h1&gt;</code> is only available at site&#8217;s home page. And it&#8217;s there as SEO requirement since home pages doesn&#8217;t have head titles compared to normal pages. Please remove all css suggested above, instead, please follow this.</p>
<p>Because this requires a template change, I&#8217;d advise that you setup a <a href="http://theme.co/x/member/kb/how-to-setup-child-themes/" title="Child Themes" target="_blank" rel="nofollow">child theme</a>. This allows you to make code changes that won&#8217;t be overwritten when an <strong>X</strong> update is released. After your child theme is setup, please review how we recommend making template changes in <a href="http://theme.co/x/member/kb/customization-best-practices/" rel="nofollow">Customization Best Practices</a>.</p>
<p>Add this code at your child theme&#8217;s functions.php</p>
<pre><code>add_action(&#039;x_before_view_global__brand&#039;, &#039;add_mobile_logo_text&#039;);
function add_mobile_logo_text ( ) {
echo &#039;&lt;div class=&quot;mobile_logo_text&quot;&gt;&#039;.get_bloginfo( &#039;name&#039; ).&#039;&lt;/div&gt;&#039;.do_shortcode(&#039;[responsive_text selector=&quot;.mobile_logo_text&quot; compression=&quot;1&quot; min_size=&quot;14px&quot; max_size=&quot;40px&quot;]&#039;);
}</code></pre>
<p>Then add this css at your customizer&#8217;s custom css.</p>
<pre><code>.mobile_logo_text {
display: none;
}
@media (max-width: 979px) {
.x-brand img{ display:none; }
.mobile_logo_text { display: block; }
}</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

