<?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>Adding tagline to ethos &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/adding-tagline-to-ethos/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 08:40:41 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-182797</guid>
					<title><![CDATA[Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-182797</link>
					<pubDate>Wed, 14 Jan 2015 14:18:05 +0000</pubDate>
					<dc:creator>Pavle L</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I need tagline (slogan) next to or below logo.</p>
<p>I have child theme.</p>
<p><a href="http://svetalata.com" rel="nofollow">http://svetalata.com</a></p>
<p>&#8220;SVET ALATA&#8221; is logo. Next to or below i need some tagline slogan to be placed.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-183190</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-183190</link>
					<pubDate>Wed, 14 Jan 2015 22:30:55 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Pavie,</p>
<p>Thanks for writing in. 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>After you have that set up or if you already have that done prior, move on to the following steps.</p>
<p>first find and create a copy of the <strong>&#8220;_brand.php&#8221;</strong> file found here:</p>
<p><code>/wp-content/themes/x/framework/views/global/_brand.php</code></p>
<p>You will then need to paste that file in the exact path in the child theme.</p>
<p><code>/wp-content/themes/x-child-ethos/framework/views/global/_brand.php</code></p>
<p>Then copy the code below and replace what&#8217;s in the _brand.php file in your child theme.</p>
<pre><code>&lt;?php

// =============================================================================
// VIEWS/GLOBAL/_BRAND.PHP
// -----------------------------------------------------------------------------
// Outputs the brand.
// =============================================================================

$site_name        = get_bloginfo( &#039;name&#039; );
$site_description = get_bloginfo( &#039;description&#039; );
$logo             = x_make_protocol_relative( x_get_option( &#039;x_logo&#039; ) );
$site_logo        = &#039;&lt;img src=&quot;&#039; . $logo . &#039;&quot; alt=&quot;&#039; . $site_description . &#039;&quot;&gt;&#039;;

?&gt;

&lt;?php echo ( is_front_page() ) ? &#039;&lt;h1 class=&quot;visually-hidden&quot;&gt;&#039; . $site_name . &#039;&lt;/h1&gt;&#039; : &#039;&#039;; ?&gt;

&lt;a href=&quot;&lt;?php echo home_url( &#039;/&#039; ); ?&gt;&quot; class=&quot;&lt;?php x_brand_class(); ?&gt;&quot; title=&quot;&lt;?php echo $site_description; ?&gt;&quot;&gt;
  &lt;?php echo ( $logo == &#039;&#039; ) ? $site_name : $site_logo; ?&gt;
&lt;/a&gt;
&lt;br&gt;
&lt;span class=&quot;site-tagline&quot;&gt;&lt;?php bloginfo(&#039;description&#039;); ?&gt;&lt;/span&gt;</code></pre>
<p>The site tagline should now show beneath the Logo. Finally you can go into your General Settings and change the tagline there to whatever you want it to be. (<strong>Settings &gt; General &gt; Tagline</strong>)</p>
<p>Hope this helps!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-652696</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-652696</link>
					<pubDate>Wed, 04 Nov 2015 19:30:51 +0000</pubDate>
					<dc:creator>rpook</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there &#8211; I&#8217;ve just used this great fix.<br />
It looks all good but my tagline is sat next to the logo.<br />
Also I&#8217;d like to change the font etc. How best can I do this?<br />
URL: <a href="http://demo.goldenbearbelts.com/" rel="nofollow">http://demo.goldenbearbelts.com/</a> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-652872</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-652872</link>
					<pubDate>Wed, 04 Nov 2015 22:13:29 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Glad that above works for you. To achieve the changes you want, please add the following CSS via <strong>Appearance &gt; Customize ? Custom &gt; CSS</strong>:</p>
<pre><code>.site-tagline {
    display: block;
    float: left;
    width: 100%;
    margin-left: 1%;
    font-family: &quot;Lato&quot;,&quot;Helvetica Neue&quot;,Helvetica,sans-serif;
    font-size: 20px;
}</code></pre>
<p>Feel free to adjust the values of the css property.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-653457</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-653457</link>
					<pubDate>Thu, 05 Nov 2015 09:53:33 +0000</pubDate>
					<dc:creator>rpook</dc:creator>

					<description>
						<![CDATA[
						<p>That&#8217;s perfect &#8211; works a treat&#8230; Thank you so much.</p>
<p>Rachel. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-653472</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-653472</link>
					<pubDate>Thu, 05 Nov 2015 10:13:12 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661051</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661051</link>
					<pubDate>Wed, 11 Nov 2015 14:26:18 +0000</pubDate>
					<dc:creator>rpook</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there &#8211; I&#8217;m back again! I&#8217;m afriad that the code you gave me above &#8211; has done something very off to my blog page &#8211; I&#8217;ve opted for the masonry look but it seems to be somehow included in the tagline span?</p>
<p>take a look here: <a href="http://demo.goldenbearbelts.com/demo-blog/" rel="nofollow">http://demo.goldenbearbelts.com/demo-blog/</a> </p>
<p>What do you think I should do to fix this?</p>
<p>Thanks heaps.<br />
R</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661060</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661060</link>
					<pubDate>Wed, 11 Nov 2015 14:32:07 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi <a href="https://theme.co/archive/users/rpook/" class="bbp-user-mention bbp-user-id-20706"> @rpook</a>,</p>
<p>Please try adding the following CSS:</p>
<pre><code>#x-iso-container {
width: 100% !important;
}</code></pre>
<p>Hope it helps 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661138</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661138</link>
					<pubDate>Wed, 11 Nov 2015 15:27:22 +0000</pubDate>
					<dc:creator>rpook</dc:creator>

					<description>
						<![CDATA[
						<p>Lovely! Thanks so much. Sorry my  CSS ain&#8217;t what it should be! 🙂<br />
Much appreciated.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661192</guid>
					<title><![CDATA[Reply To: Adding tagline to ethos]]></title>
					<link>https://theme.co/archive/forums/topic/adding-tagline-to-ethos/#post-661192</link>
					<pubDate>Wed, 11 Nov 2015 16:08:26 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Glad it worked 🙂</p>
<p>If you need anything else, please let us know.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

