<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Linking #site-title background image to homepage - Manifest theme</title>
		<link>http://en.forums.wordpress.com/topic/linking-site-title-background-image-to-homepage-manifest-theme</link>
		<description>WordPress.com Forums &#187; Topic: Linking #site-title background image to homepage - Manifest theme</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 18:51:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/linking-site-title-background-image-to-homepage-manifest-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>edwardsnb on "Linking #site-title background image to homepage - Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/linking-site-title-background-image-to-homepage-manifest-theme#post-1152347</link>
			<pubDate>Thu, 14 Feb 2013 02:09:50 +0000</pubDate>
			<dc:creator>edwardsnb</dc:creator>
			<guid isPermaLink="false">1152347@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Awesome! Super simple. Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Linking #site-title background image to homepage - Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/linking-site-title-background-image-to-homepage-manifest-theme#post-1152328</link>
			<pubDate>Thu, 14 Feb 2013 01:35:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1152328@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there any way I can achieve my goal without having access to my .php files?</p></blockquote>
<p>Indeed.</p>
<p>It looks like you have a good start with the custom CSS you've saved already. What you'll want to do is make the #site-title height big enough but set the background and spacing for the link inside #site-title as well. The "a" element (the link) is the clickable part, so that's why you want to set the width and height values for that one. </p>
<p>I see this in your custom CSS right now:</p>
<pre><code>#site-title {
	background: url(&#039;http://edwardsflorist.files.wordpress.com/2013/02/final-edwards-logo-copy-60-smaller.png&#039;) no-repeat scroll 0 0 transparent;
	height:252px;
	width:480px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}</code></pre>
<p>Try changing "#site-title" to "#site-title a" and adding this:</p>
<pre><code>#site-title {
	height:252px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>edwardsnb on "Linking #site-title background image to homepage - Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/linking-site-title-background-image-to-homepage-manifest-theme#post-1139211</link>
			<pubDate>Wed, 30 Jan 2013 21:26:18 +0000</pubDate>
			<dc:creator>edwardsnb</dc:creator>
			<guid isPermaLink="false">1139211@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I hid my blog title and replaced it with a background image in the #site-title. Now I just need to be able to link it back to my homepage, so that any time someone wants to go home, they can simply click the logo.</p>
<p>I am pretty sure I'd be able to do this if I had access to the theme directory files, but I am working off of a free blog (with purchased custom design upgrade), so I only have access to the .CSS file. Is there any way I can achieve my goal without having access to my .php files?
</p>
]]></description>
					</item>

	</channel>
</rss>
