<?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; Tag: image replacement - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/image-replacement</link>
		<description>WordPress.com Forums &#187; Tag: image replacement - Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 09:11:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/image-replacement" rel="self" type="application/rss+xml" />

		<item>
			<title>ourcommunityfoodprojects on "Custom Logo in Pilcrow Theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-logo-in-pilcrow-theme#post-1172900</link>
			<pubDate>Thu, 07 Mar 2013 02:16:11 +0000</pubDate>
			<dc:creator>ourcommunityfoodprojects</dc:creator>
			<guid isPermaLink="false">1172900@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much! I appreciate it and got it to work!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom Logo in Pilcrow Theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-logo-in-pilcrow-theme#post-1170668</link>
			<pubDate>Tue, 05 Mar 2013 15:44:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1170668@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you trying to add that image above the main menu, or are you trying to replace the custom header image which was setup using the Appearance → Header page in your blog dashboard?<br />
<a href="http://ourcommunityfoodprojects.files.wordpress.com/2013/02/cropped-black-eyed-peas.jpg" rel="nofollow">http://ourcommunityfoodprojects.files.wordpress.com/2013/02/cropped-black-eyed-peas.jpg</a></p>
<p>This will help if you're trying to replace the existing header image that's below the main menu:<br />
<a href="http://en.forums.wordpress.com/topic/header-image-in-pilcrow-distorted-after-css-edit?replies=3#post-845227" rel="nofollow">http://en.forums.wordpress.com/topic/header-image-in-pilcrow-distorted-after-css-edit?replies=3#post-845227</a></p>
<p>If you want to add the image above the main menu, the CSS you tried adding already should work if you go to the Appearance &#8594; Header page in your blog dashboard and make sure the "Show header text with your image" option is checked.</p>
<p>You will probably also want to change the "#site-title" selector to "#site-title a" and add a few other properties such as display, width, and text-align. Here is a modified example to get you on the right track:</p>
<pre><code>#site-title a {
	background: url(&#039;http://ourcommunityfoodprojects.files.wordpress.com/2013/03/30413-ocfp-logo-1-640x195.jpg&#039;) no-repeat;
	height:169px;
	width: 640px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to change logo on NotesIL theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-logo-on-notesil-theme#post-1170606</link>
			<pubDate>Tue, 05 Mar 2013 15:00:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1170606@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is an example you can start with:</p>
<pre><code>div#header h1 img {
	display: none;
}
div#header h1,
div#blog-description {
	padding-left: 40px;
	width: 710px;
}
#blog-title {
	background: url(&#039;http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png&#039;) left center no-repeat;
}</code></pre>
<p>Change the url() value to the image you'd like to use and then adjust the padding-left and width values based on your new image size.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Manifest theme help!"</title>
			<link>http://en.forums.wordpress.com/topic/manifest-theme-help-1#post-1170262</link>
			<pubDate>Tue, 05 Mar 2013 04:53:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1170262@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. Have the text "download" where the pages go, but clicking on it will download a file that is on my server</p></blockquote>
<p>This sounds like simply adding a link:<br />
<a href="http://en.support.wordpress.com/links/" rel="nofollow">http://en.support.wordpress.com/links/</a></p>
<p>If the file is an accepted file type, you can add it to your blog's image library.<br />
<a href="http://en.support.wordpress.com/accepted-filetypes/" rel="nofollow">http://en.support.wordpress.com/accepted-filetypes/</a></p>
<p>Otherwise, you'll need to upload the file to your own server and then copy down the appropriate link address to use when you create a link in your blog.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Manifest theme help!"</title>
			<link>http://en.forums.wordpress.com/topic/manifest-theme-help-1#post-1170259</link>
			<pubDate>Tue, 05 Mar 2013 04:52:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1170259@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1. Place an image that is 342x342 where the title is and remove the title</p></blockquote>
<p>Try using this technique to change out the header image:<br />
<a href="http://en.forums.wordpress.com/topic/change-header-in-manifest-theme?replies=3#post-854179" rel="nofollow">http://en.forums.wordpress.com/topic/change-header-in-manifest-theme?replies=3#post-854179</a>
</p>
]]></description>
					</item>
		<item>
			<title>ourcommunityfoodprojects on "Custom Logo in Pilcrow Theme"</title>
			<link>http://en.forums.wordpress.com/topic/custom-logo-in-pilcrow-theme#post-1169105</link>
			<pubDate>Mon, 04 Mar 2013 03:45:15 +0000</pubDate>
			<dc:creator>ourcommunityfoodprojects</dc:creator>
			<guid isPermaLink="false">1169105@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I am very new to CSS and like many others, would like to upload a custom logo to our site.  I've tried using the css codes for this written by others in the forums (even found one for the Pilcrow theme) , but can't seem to make anything work.  I'm not sure if I have the size of the logo incorrect, or what the issue is.  </p>
<p>The site is ourcommunityfoodprojects.wordpress.com</p>
<p>A link to the logo is: <a href="http://ourcommunityfoodprojects.files.wordpress.com/2013/03/30413-ocfp-logo-1-640x195.jpg" rel="nofollow">http://ourcommunityfoodprojects.files.wordpress.com/2013/03/30413-ocfp-logo-1-640x195.jpg</a> </p>
<p>Thank you in advance for patience and advice!
</p>
]]></description>
					</item>
		<item>
			<title>pstrapp on "How to change logo on NotesIL theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-logo-on-notesil-theme#post-1168456</link>
			<pubDate>Sun, 03 Mar 2013 04:03:54 +0000</pubDate>
			<dc:creator>pstrapp</dc:creator>
			<guid isPermaLink="false">1168456@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'd like to change the header logo beside the site name and description to a different image.  What would be the CSS code I'd need to add?
</p>
]]></description>
					</item>
		<item>
			<title>bptest115 on "Manifest theme help!"</title>
			<link>http://en.forums.wordpress.com/topic/manifest-theme-help-1#post-1167862</link>
			<pubDate>Sat, 02 Mar 2013 05:36:05 +0000</pubDate>
			<dc:creator>bptest115</dc:creator>
			<guid isPermaLink="false">1167862@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi everyone, I have the Manifest theme installed on my blog and want to do two things:<br />
1. Place an image that is 342x342 where the title is and remove the title<br />
2. Have the text "download" where the pages go, but clicking on it will download a file that is on my server</p>
<p>Appreciate the help, thanks.
</p>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1165459</link>
			<pubDate>Wed, 27 Feb 2013 17:39:10 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1165459@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Haha, thanks. If nothing else I'm glad I can at least make myself sound like I know what I'm doing.
</p>
]]></description>
					</item>
		<item>
			<title>spaulger2013 on "How can I change replace the title for a logo"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-replace-the-title-for-a-logo#post-1161993</link>
			<pubDate>Sun, 24 Feb 2013 20:53:35 +0000</pubDate>
			<dc:creator>spaulger2013</dc:creator>
			<guid isPermaLink="false">1161993@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked brilliantly. Thank you very much.</p>
<p>Sharon
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I change replace the title for a logo"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-replace-the-title-for-a-logo#post-1161460</link>
			<pubDate>Sun, 24 Feb 2013 03:24:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161460@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The custom CSS you have currently is pretty close:</p>
<pre><code>h1 a {
	display: block;
	width:250px;
	height:102px;
	background-image:url(&#039;http://mka4h2013.files.wordpress.com/2013/02/bright-logobground-copy.jpg&#039;) no-repeat -20px;
	text-indent:-9999px
}</code></pre>
<p>Try replacing it with this instead:</p>
<pre><code>.site-title a {
	display: block;
	width: 500px;
	height: 205px;
	background: url(&#039;http://mka4h2013.files.wordpress.com/2013/02/bright-logobground-copy.jpg&#039;) no-repeat;
	text-align: left;
	text-indent: -9999px
}</code></pre>
<p>Use ".site-title" instead of "h1" because it's more specific. With your first rule, any time an h1 element was used as a link, it would get replaced. Also, you were using "background-image" but if you have more than one thing listed (such as "no-repeat") in that line, you should use "background" instead. I also adjust the the width and height values to match the width and height of the image you provided.</p>
<p>It looks like the image has some extra spacing around it you might not want. If so, you should remove the extra spacing saved inside the image and re-upload it. Then adjust the width, height, and url() values in the CSS example above to match the new image.
</p>
]]></description>
					</item>
		<item>
			<title>ponytailsdesigns on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1160422</link>
			<pubDate>Fri, 22 Feb 2013 22:06:46 +0000</pubDate>
			<dc:creator>ponytailsdesigns</dc:creator>
			<guid isPermaLink="false">1160422@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I appreciate you trying!  And believe me, you sound like a whiz compared to my scant knowledge!  lol
</p>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1160305</link>
			<pubDate>Fri, 22 Feb 2013 20:27:42 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1160305@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's great! I had no idea that was possible, thank you for sharing their response.  And sorry I couldn't be more help, I'm still learning CSS myself.
</p>
]]></description>
					</item>
		<item>
			<title>ponytailsdesigns on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1160140</link>
			<pubDate>Fri, 22 Feb 2013 18:18:58 +0000</pubDate>
			<dc:creator>ponytailsdesigns</dc:creator>
			<guid isPermaLink="false">1160140@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>None of these worked so I contacted support directly.  In the end Carolyn gave me the following code to use and it worked brilliantly.</p>
<blockquote><p>You can use an image replacement like this:</p>
<p>#categories-2 .widget-title {<br />
        background: url(<a href="http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png" rel="nofollow">http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png</a>) 15px 0 no-repeat;<br />
        display: block;<br />
        width: 36px;<br />
        height: 36px;<br />
        text-alignment: left;<br />
        text-indent: -9999px;<br />
        border: 0;<br />
}</p>
<p>Note that you need to look in the page source code to see which selectors to use. In this example, "#categories-2" refers to the categories widget in your sidebar. Each widget gets a unique ID after it is added. You will need to use the same code for the archives widget.</p>
<p>I used a WordPress logo as an example image. To use a different image, replace the url() value with an image from your media library and adjust the width and height to the exact size as your image.</p></blockquote>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1158314</link>
			<pubDate>Wed, 20 Feb 2013 17:47:34 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1158314@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's what I thought, I just wanted to double-check. Because all of the widget titles are linked under the same HTML tags, to my knowledge it isn't possible to change one without changing all of them (you would have to alter the HTML code to do that, which WordPress.com themes don't allow). However, your blog seems to be currently using only two widgets that have titles (it looks like the rest are all "Image" widgets), so removing those titles should only affect the widgets you want to change. Insert the following command into the CSS Stylesheet Editor and then preview or save it to see if it worked:</p>
<blockquote><p>.widget-title {<br />
display: none;<br />
}</p></blockquote>
<p>That should remove the "Archives'" and "Categories'" title text. This command will affect any widgets you add to your sidebar, so in the future, if you want widget titles to appear you will have to remove this from the CSS Stylesheet Editor.</p>
<p>Adding unique images to replace individual widget titles is, likewise, impossible without altering the HTML code because all of the widget titles are linked under the same HTML tags (only a single image would show up for all of the widgets, opposed to a unique image for each widget). However, what you could do to insert your unique images is simply add two more "Image" widgets to your sidebar (your "Categories" image directly above the "Categories" widget, and your "Archives" image directly above the "Archives" widget and directly below the "Categories" widget).  While these images wouldn't technically be the titles of your "Archives" and "Categories" widgets, they would at least appear to be the titles for anyone visiting your blog.</p>
<p>I hope this helps, and let me know if it doesn't or if you have any more questions.
</p>
]]></description>
					</item>
		<item>
			<title>ponytailsdesigns on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1157851</link>
			<pubDate>Wed, 20 Feb 2013 03:11:28 +0000</pubDate>
			<dc:creator>ponytailsdesigns</dc:creator>
			<guid isPermaLink="false">1157851@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes. I'm trying to remove the text altogether and replace it with an image that I created so that it will match the other titles in my sidebar.
</p>
]]></description>
					</item>
		<item>
			<title>spaulger2013 on "How can I change replace the title for a logo"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-replace-the-title-for-a-logo#post-1157433</link>
			<pubDate>Tue, 19 Feb 2013 19:56:27 +0000</pubDate>
			<dc:creator>spaulger2013</dc:creator>
			<guid isPermaLink="false">1157433@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>Thanks for your response. I am very new to all this! Yes, my goal is to replace the MK Arts for Health text with the logo</p>
<p>Here is the URL</p>
<p><a href="http://mka4h2013.files.wordpress.com/2013/02/bright-logobground-copy.jpg" rel="nofollow">http://mka4h2013.files.wordpress.com/2013/02/bright-logobground-copy.jpg</a>
</p>
]]></description>
					</item>
		<item>
			<title>sleepingoffcoffee on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1157220</link>
			<pubDate>Tue, 19 Feb 2013 17:06:30 +0000</pubDate>
			<dc:creator>sleepingoffcoffee</dc:creator>
			<guid isPermaLink="false">1157220@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you trying to change the titles of the "categories" and "archives" widgets on your sidebar?
</p>
]]></description>
					</item>
		<item>
			<title>ponytailsdesigns on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1157155</link>
			<pubDate>Tue, 19 Feb 2013 16:12:37 +0000</pubDate>
			<dc:creator>ponytailsdesigns</dc:creator>
			<guid isPermaLink="false">1157155@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That didn't work either, the titles are still showing.  Thanks again!
</p>
]]></description>
					</item>
		<item>
			<title>edgelinux on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1156989</link>
			<pubDate>Tue, 19 Feb 2013 10:56:26 +0000</pubDate>
			<dc:creator>edgelinux</dc:creator>
			<guid isPermaLink="false">1156989@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just checked on the twenty twelve theme and it should be this:<br />
.archive-title {<br />
display: none;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>ponytailsdesigns on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1156655</link>
			<pubDate>Tue, 19 Feb 2013 00:28:00 +0000</pubDate>
			<dc:creator>ponytailsdesigns</dc:creator>
			<guid isPermaLink="false">1156655@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm.. it didn't work for me.  Thanks for trying to help!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I change replace the title for a logo"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-replace-the-title-for-a-logo#post-1156456</link>
			<pubDate>Mon, 18 Feb 2013 22:09:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1156456@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>CSS is theme specific, and I'm not sure where you got that example or what theme it was designed for. </p>
<p>Instead, we should look at your blog specifically. I see that you are currently using the Misty Lake theme at the <a href="http://mka4h2013.wordpress.com/" rel="nofollow">http://mka4h2013.wordpress.com/</a> blog. Is your goal to replace the "MK Arts for Health" text with a logo?</p>
<p>Can you upload the logo you'd like to use into your <a href="http://en.support.wordpress.com/images/#upload-images-from-your-computer">media library</a> and include the URL for the image in your reply?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How do I upload my own custom logo to my blog?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-upload-my-own-custom-logo-to-my-blog#post-1156448</link>
			<pubDate>Mon, 18 Feb 2013 22:05:04 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1156448@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just to add a general note, CSS is theme-specific, so if you would like to ask about how to do something and you are using a different theme than the one first referred to, you should <a href="http://en.forums.wordpress.com/forum/css-customization/#postform">start a new help request</a>.</p>
<p>@asqewcreativ, you are currently using the Twenty Eleven theme at <a href="http://asqew-creative.com/" rel="nofollow">http://asqew-creative.com/</a> and you can use the following CSS example to replace the site title in the Twenty Eleven them with a logo:</p>
<pre><code>#site-title a {
	background: url(&#039;http://huntergatherermedia.files.wordpress.com/2013/02/logo2013ul.png?w=400&#039;) left top no-repeat;
	display: block;
	text-alignment: left;
	text-indent: -9999px;
	width: 400px;
	height: 168px;
}</code></pre>
<p>Note that CSS can be added to the Appearance &#8594; Custom Design &#8594; CSS page in WordPress.com blogs.
</p>
]]></description>
					</item>
		<item>
			<title>edgelinux on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1156399</link>
			<pubDate>Mon, 18 Feb 2013 21:35:17 +0000</pubDate>
			<dc:creator>edgelinux</dc:creator>
			<guid isPermaLink="false">1156399@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I got the Headers to not show at all by doing<br />
<code>&lt;br /&gt;
.page-header {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
</code></p>
<p>I am not sure how to change add an image within there but it gives you the starting base.
</p>
]]></description>
					</item>
		<item>
			<title>edgelinux on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1155687</link>
			<pubDate>Mon, 18 Feb 2013 07:39:07 +0000</pubDate>
			<dc:creator>edgelinux</dc:creator>
			<guid isPermaLink="false">1155687@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have been seriously contemplating purchasing Custom Designs to access the CSS because it allows a lot of options that would be extremely useful for me. This was something that I wondered as well. If I could remove the entire header where it says: Category Archives: (category)
</p>
]]></description>
					</item>
		<item>
			<title>ponytailsdesigns on "Change header for categories and archives widgets"</title>
			<link>http://en.forums.wordpress.com/topic/change-header-for-categories-and-archives-widgets#post-1155118</link>
			<pubDate>Sun, 17 Feb 2013 20:11:35 +0000</pubDate>
			<dc:creator>ponytailsdesigns</dc:creator>
			<guid isPermaLink="false">1155118@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi I'm wondering if there is a way to change the "categories" and "archives" titles in the Twenty Twelve theme.  I'd like to remove the text and upload a title image so they would match the other ones on my page?</p>
<p>CSS newbie here!  Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>spaulger2013 on "How can I change replace the title for a logo"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-replace-the-title-for-a-logo#post-1151152</link>
			<pubDate>Tue, 12 Feb 2013 19:32:29 +0000</pubDate>
			<dc:creator>spaulger2013</dc:creator>
			<guid isPermaLink="false">1151152@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am trying to replace the title on my site with our logo. I have found this bit of code and replaced the image url with the url for an image in my media library</p>
<p><code>#logo h1 a {&lt;br /&gt;
display: block;&lt;br /&gt;
width: 960px;&lt;br /&gt;
height: 184px;&lt;br /&gt;
background: url(http://2.bp.blogspot.com/-kW2FgrXslxk/Tzl73SZFzcI/AAAAAAAAALQ/8Jj66Wh2MLA/s1600/Header5.png) no-repeat -20px;&lt;br /&gt;
text-indent: -9999px;&lt;br /&gt;
}&lt;br /&gt;
#header {&lt;br /&gt;
padding-bottom: 0;&lt;br /&gt;
}</code></p>
<p>but it doesn't seem to work! It removes the title and creates the right space for the logo - but no logo appears. The template I am using is misty lake.</p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>asqewcreativ on "How do I upload my own custom logo to my blog?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-upload-my-own-custom-logo-to-my-blog#post-1151091</link>
			<pubDate>Tue, 12 Feb 2013 18:47:19 +0000</pubDate>
			<dc:creator>asqewcreativ</dc:creator>
			<guid isPermaLink="false">1151091@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Would someone mind helping me also!! I want to add my logo too! blog here: <a href="http://asqew-creative.com/" rel="nofollow">http://asqew-creative.com/</a></p>
<p>loogo here: <a href="http://wp.me/a23Zoz-bD" rel="nofollow">http://wp.me/a23Zoz-bD</a>
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "How do I upload my own custom logo to my blog?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-upload-my-own-custom-logo-to-my-blog#post-1141852</link>
			<pubDate>Sat, 02 Feb 2013 17:52:55 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1141852@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@fashionforyang - Have you changed themes since posting this? I do not see "the photo of the lake" on your site.</p>
<p>If you are referring to a Custom Header, many themes support using one.  <a href="http://theme.wordpress.com/themes/features/custom-header/" rel="nofollow">http://theme.wordpress.com/themes/features/custom-header/</a>
</p>
]]></description>
					</item>
		<item>
			<title>fashionforyang on "How do I upload my own custom logo to my blog?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-upload-my-own-custom-logo-to-my-blog#post-1140743</link>
			<pubDate>Fri, 01 Feb 2013 06:27:04 +0000</pubDate>
			<dc:creator>fashionforyang</dc:creator>
			<guid isPermaLink="false">1140743@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thesacredpath: would you mind helping me as well? I have the same problem I guess, I want to change the photo of the lake into my own logo or something....this is the blog if you can take a look pls, <a href="http://www.fashionforyang.wordpress.com" rel="nofollow">http://www.fashionforyang.wordpress.com</a>. Will be of great help. Thank you so much.
</p>
]]></description>
					</item>

	</channel>
</rss>
