<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Free style text in place of the logo</title>
		<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Free style text in place of the logo</description>
		<language>en-US</language>
		<pubDate>Tue, 05 May 2026 03:03:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/ready-to-pull-hair-out" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Free style text in place of the logo"</title>
			<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out#post-38345</link>
			<pubDate>Tue, 22 Mar 2016 09:40:05 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38345@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Five-star ratings REALLY help me out and encourage further development and updates.</p>
<p>Thanks!</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Fundywriter on "Free style text in place of the logo"</title>
			<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out#post-38344</link>
			<pubDate>Tue, 22 Mar 2016 09:30:56 +0000</pubDate>
			<dc:creator>Fundywriter</dc:creator>
			<guid isPermaLink="false">38344@http://www.themolitor.com/forums/</guid>
			<description><p>K.... took the plunge and Voila! Done and done!  Thank you so much!!!
</p></description>
		</item>
		<item>
			<title>Fundywriter on "Free style text in place of the logo"</title>
			<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out#post-38343</link>
			<pubDate>Tue, 22 Mar 2016 09:27:14 +0000</pubDate>
			<dc:creator>Fundywriter</dc:creator>
			<guid isPermaLink="false">38343@http://www.themolitor.com/forums/</guid>
			<description><p>So....basically where it says, "DEATH TO ALL WHO ENTER HERE?"
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Free style text in place of the logo"</title>
			<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out#post-38342</link>
			<pubDate>Tue, 22 Mar 2016 09:25:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38342@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You should be able to access header.php from your WordPress dashboard via "appearance" &#62; "editor".</p>
<p>For the Custom CSS box, that's located at "appearance" &#62; "customize".</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Fundywriter on "Free style text in place of the logo"</title>
			<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out#post-38340</link>
			<pubDate>Tue, 22 Mar 2016 08:56:22 +0000</pubDate>
			<dc:creator>Fundywriter</dc:creator>
			<guid isPermaLink="false">38340@http://www.themolitor.com/forums/</guid>
			<description><p>Okeeeee... lol.  As I said, newbie.  (Please do not roll eyes) But...where do I find this?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Free style text in place of the logo"</title>
			<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out#post-38338</link>
			<pubDate>Tue, 22 Mar 2016 08:12:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38338@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this...</p>
<p>Open header.php and change the following on line 47 from this...</p>
<pre><code>&#60;a id=&#34;logo&#34; href=&#34;&#60;?php echo home_url()?&#62;&#34;&#62;&#60;img src=&#34;&#60;?php echo $logo;?&#62;&#34; alt=&#34;&#60;?php bloginfo(&#039;name&#039;); ?&#62;&#34; /&#62;&#60;/a&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;a id=&#34;logo&#34; href=&#34;&#60;?php echo home_url()?&#62;&#34;&#62;&#60;?php echo get_bloginfo( &#039;name&#039; ); ?&#62;&#60;/a&#62;</code></pre>
<p>...This will display the site title instead of a logo image. Then add the following to your Custom CSS box on the Customize page...</p>
<pre><code>#logo {
    color: #fff;
    font-size: 28px;
}</code></pre>
<p>Let me know if that works better.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Fundywriter on "Free style text in place of the logo"</title>
			<link>http://www.themolitor.com/forums/topic/ready-to-pull-hair-out#post-38335</link>
			<pubDate>Tue, 22 Mar 2016 07:52:10 +0000</pubDate>
			<dc:creator>Fundywriter</dc:creator>
			<guid isPermaLink="false">38335@http://www.themolitor.com/forums/</guid>
			<description><p>Is it possible to have a free style text in place of the logo.... it looks horribly unfinished, amateurish.. Not at all like the beautiful theme I saw in the demo.  </p>
<p>Granted I'm a bit of a luddite...but usually after playing around for a couple of hours...or weeks, I usually figure something out.</p>
<p>Any suggestions?
</p></description>
		</item>

	</channel>
</rss>
