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

		<item>
			<title>designsimply on "twenty twelve theme - add a logo to top right"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-add-a-logo-to-top-right#post-1091902</link>
			<pubDate>Tue, 11 Dec 2012 03:00:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1091902@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This should do the trick:</p>
<pre><code>hgroup {
	background: url(&#039;http://scotmsdn.files.wordpress.com/2012/11/layout_set_logo.gif&#039;) top right no-repeat;
}</code></pre>
<p>To learn more about CSS, check out this tutorial:<br />
<a href="http://en.forums.wordpress.com/forum/css-customization/" rel="nofollow">http://en.forums.wordpress.com/forum/css-customization/</a>
</p>
]]></description>
					</item>
		<item>
			<title>iswebdev on "twenty twelve theme - add a logo to top right"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-theme-add-a-logo-to-top-right#post-1074708</link>
			<pubDate>Thu, 22 Nov 2012 13:06:30 +0000</pubDate>
			<dc:creator>iswebdev</dc:creator>
			<guid isPermaLink="false">1074708@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I'd like to place a logo on the top right of a blog that is using the twenty twelve theme.  Can anyone offer any advice on how to do this, please?  I'm presuming I'd use custom css but I'm not sure of the syntax to do this.  The logo file is held in my media library on the blog.</p>
<p>Any advice would be appreciated.</p>
<p>thanks
</p>
]]></description>
					</item>
		<item>
			<title>3fam on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1065903</link>
			<pubDate>Sat, 10 Nov 2012 13:57:27 +0000</pubDate>
			<dc:creator>3fam</dc:creator>
			<guid isPermaLink="false">1065903@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks a lot designsimply ! I'll get to it...
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1057112</link>
			<pubDate>Thu, 01 Nov 2012 14:51:48 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1057112@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I'd like to change the way the title is presented by putting a logo I have designed with Ps... I have no idea how to do that!! </p></blockquote>
<p>Here's an example showing how to add a logo to the Sight theme's title with CSS if you're interested. To see it work, add it to your Appearance &#8594; Custom Design &#8594; CSS editor and click the Preview button:</p>
<pre><code>.site-title a {
	background: url(http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png) -35px -5px no-repeat;
	padding-left: 110px;
}</code></pre>
<p>To use a different logo, change out the url() value with a link to your logo image and adjust all of the numbers until your image is placed correctly.
</p>
]]></description>
					</item>
		<item>
			<title>3fam on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1053326</link>
			<pubDate>Sun, 28 Oct 2012 11:03:47 +0000</pubDate>
			<dc:creator>3fam</dc:creator>
			<guid isPermaLink="false">1053326@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks people !<br />
And justpi, that's bad news for me... But thank you for your intervention, I probably would never have guessed.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1052989</link>
			<pubDate>Sat, 27 Oct 2012 19:48:08 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1052989@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>As for the second question, DePo Masthead doesn't support header images: to replace the title with a logo you'd need the Custom Design upgrade.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1052962</link>
			<pubDate>Sat, 27 Oct 2012 18:42:42 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1052962@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You may also want to check out these:<br />
<a href="http://en.support.wordpress.com/widgets/gravatar-profile-widget/">Gravatar Profile Widget</a><br />
<a href="http://en.support.wordpress.com/widgets/gravatar-profile-widget/">Gravatar Widget</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1052961</link>
			<pubDate>Sat, 27 Oct 2012 18:39:50 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1052961@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have you looked here?  <a href="http://en.support.wordpress.com/category/widgets-sidebars/">Widgets &#38; Sidebars</a><br />
See:  <a href="http://en.support.wordpress.com/widgets/about-me/">About.me Widget</a>
</p>
]]></description>
					</item>
		<item>
			<title>3fam on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1052958</link>
			<pubDate>Sat, 27 Oct 2012 18:35:53 +0000</pubDate>
			<dc:creator>3fam</dc:creator>
			<guid isPermaLink="false">1052958@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, no, that's the one ! But I've manage to rearrange things, even though it is not through the way I imagined it would be... Concretely: have you (or anyone else) tried the "about.me" widget? And if you have, how is it? How does it work?...<br />
Last thing I haven't managed by myself: I'd like to change the way the title is presented by putting a logo I have designed with Ps... I have no idea how to do that!! Do you / Does someone know how??<br />
Thank you for repplying (and for the previous one!)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1052598</link>
			<pubDate>Sat, 27 Oct 2012 03:03:57 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1052598@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm not seeing either of these. Did you figure things out, or are you talking about a different blog?
</p>
]]></description>
					</item>
		<item>
			<title>3fam on "How to edit the &quot;About&quot; tab ?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-edit-the-about-tab#post-1051882</link>
			<pubDate>Fri, 26 Oct 2012 14:49:40 +0000</pubDate>
			<dc:creator>3fam</dc:creator>
			<guid isPermaLink="false">1051882@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I'm having a problem here with the "about" tab, bottom left of the main page.<br />
When one presses it, a page opens on "Archives content" and random posts appear one after the other. I have not found, so far (and the WordPress video "Add an "about" (or any static) page" did not help in this instance.), how to edit this tab and make it a link to a presentation page. Could anyone guide me? </p>
<p>Moreover, this is a different question, but I'd like to clear off all of the links I do not want to figure on a page, at the bottom of it: syllabus, archives, categories, most recent/most read... How could I do this?</p>
<p>Thank you for any advice !
</p>
]]></description>
					</item>
		<item>
			<title>organibees on "can I add an image to the site title?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-an-image-to-the-site-title#post-874373</link>
			<pubDate>Sat, 28 Apr 2012 03:38:43 +0000</pubDate>
			<dc:creator>organibees</dc:creator>
			<guid isPermaLink="false">874373@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>or even better - can I upload an image as the site title?
</p>
]]></description>
					</item>
		<item>
			<title>organibees on "can I add an image to the site title?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-add-an-image-to-the-site-title#post-874372</link>
			<pubDate>Sat, 28 Apr 2012 03:37:25 +0000</pubDate>
			<dc:creator>organibees</dc:creator>
			<guid isPermaLink="false">874372@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to put an image of my logo up next to the site title. Is this possible? I am using the Pilcrow theme. Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
