<?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: Adding header image to theme without one</title>
		<link>http://en.forums.wordpress.com/topic/adding-header-image-to-theme-without-one</link>
		<description>WordPress.com Forums &#187; Topic: Adding header image to theme without one</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 07:07:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/adding-header-image-to-theme-without-one" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Adding header image to theme without one"</title>
			<link>http://en.forums.wordpress.com/topic/adding-header-image-to-theme-without-one#post-1155250</link>
			<pubDate>Sun, 17 Feb 2013 22:23:51 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1155250@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can add a background image to an existing element with CSS. Here is an example using a logo image instead of a header image:</p>
<pre><code>#container h1 a {
	background: url(&quot;http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png&quot;) center 35px no-repeat;
	display: block;
	height: 175px;
	width: 910px;
}</code></pre>
<p>To use your own header image, upload an image that is already sized to your <a href="http://en.support.wordpress.com/images/#upload-images-from-your-computer">media library</a>, copy the URL for the image, and replace the url() value in the example with your image URL. You will also need to adjuect the 35px in the background rule and the height and width until it looks good.</p>
<p>Note that there are a few different ways to accomplish the same thing. This example keeps the site title above the header and places the background on a link element so that it will be clickable.
</p>
]]></description>
					</item>
		<item>
			<title>sophiesignin on "Adding header image to theme without one"</title>
			<link>http://en.forums.wordpress.com/topic/adding-header-image-to-theme-without-one#post-1143605</link>
			<pubDate>Mon, 04 Feb 2013 21:52:02 +0000</pubDate>
			<dc:creator>sophiesignin</dc:creator>
			<guid isPermaLink="false">1143605@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using the Journalist v1.9 theme, which doesn't have a header. However, I'd like to customize it with CSS, and add a header image. Is this possible or do I need to use a theme that already has an integrated header image?
</p>
]]></description>
					</item>

	</channel>
</rss>
