<?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: Custom Header for different posts and pages</title>
		<link>http://en.forums.wordpress.com/topic/custom-header-for-different-posts-and-pages</link>
		<description>WordPress.com Forums &#187; Topic: Custom Header for different posts and pages</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 02:41:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/custom-header-for-different-posts-and-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>thistimethisspace on "Custom Header for different posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-for-different-posts-and-pages#post-1115253</link>
			<pubDate>Tue, 08 Jan 2013 02:00:06 +0000</pubDate>
			<dc:creator>thistimethisspace</dc:creator>
			<guid isPermaLink="false">1115253@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi again,<br />
WordPress.com and WordPress.org are completely separate. WordPress.com and WordPress.org software are not the same. The themes are not the same.  You cannot get CSS editing help here for your WordPress.org install and as I knew that I posted to share the information with you. Best wishes with your install.
</p>
]]></description>
					</item>
		<item>
			<title>xoxbekxox on "Custom Header for different posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-for-different-posts-and-pages#post-1115247</link>
			<pubDate>Tue, 08 Jan 2013 01:54:51 +0000</pubDate>
			<dc:creator>xoxbekxox</dc:creator>
			<guid isPermaLink="false">1115247@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Okay thanks, I didn't realise css editing is theme specific! My background seemed to work but not my header. I am a member there yes, thank you again :)
</p>
]]></description>
					</item>
		<item>
			<title>thistimethisspace on "Custom Header for different posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-for-different-posts-and-pages#post-1115242</link>
			<pubDate>Tue, 08 Jan 2013 01:51:37 +0000</pubDate>
			<dc:creator>thistimethisspace</dc:creator>
			<guid isPermaLink="false">1115242@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@xoxbekxox<br />
Themes are not transferable and CSS editing is themes specific. We can't help you here.  All support for your WordPress.ORG install is provided on the WordPress.ORG support forums and they are here <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> If you don't have a username account at WordPress.org, click that link and register one on the top right hand corner of the page that opens, so you can post to the correct support forums for your software.
</p>
]]></description>
					</item>
		<item>
			<title>xoxbekxox on "Custom Header for different posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-for-different-posts-and-pages#post-1113681</link>
			<pubDate>Sun, 06 Jan 2013 08:48:29 +0000</pubDate>
			<dc:creator>xoxbekxox</dc:creator>
			<guid isPermaLink="false">1113681@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks heaps for your reply! However, I've recently gone self hosted and upgraded my domain and I copied and pasted this coding over but my headers aren't showing. my blog is <a href="http://bekcraved.com" rel="nofollow">http://bekcraved.com</a> and the posts are all of those in the Grit 21 Day Challenge, this page is an example- <a href="http://www.bekcraved.com/2012/11/21/grit-21-day-challenge-why-are-you-doing-it-its-not-all-about-weight-loss/" rel="nofollow">http://www.bekcraved.com/2012/11/21/grit-21-day-challenge-why-are-you-doing-it-its-not-all-about-weight-loss/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Custom Header for different posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-for-different-posts-and-pages#post-1088434</link>
			<pubDate>Thu, 06 Dec 2012 18:21:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088434@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>WordPress.com does not offer the option to change the HTML head tag directly. You can target a specific post or page with CSS and the Custom Design upgrade though. To do it, you should look at the body tag in the page source and find out what specific CSS classes apply to the page you want to target. </p>
<p>For example, you can use "postid-1819" for the <a href="http://icraved.wordpress.com/2012/11/05/grit-strength/" rel="nofollow">http://icraved.wordpress.com/2012/11/05/grit-strength/</a> post. Here is an example that turns the title red for just that post:</p>
<pre><code>.postid-1819 #content .post h2 {
	color: red;
}</code></pre>
<p>I see that you've already figured this out and you used this CSS to change out the header image on that page:</p>
<pre><code>body.postid-1819 #headerimage {
	background: url(&#039;http://i1247.photobucket.com/albums/gg636/xoxbekxox/GritHeader2.jpg&#039;) no-repeat;
}</code></pre>
<p>Nice work!
</p>
]]></description>
					</item>
		<item>
			<title>xoxbekxox on "Custom Header for different posts and pages"</title>
			<link>http://en.forums.wordpress.com/topic/custom-header-for-different-posts-and-pages#post-1066274</link>
			<pubDate>Sun, 11 Nov 2012 08:31:34 +0000</pubDate>
			<dc:creator>xoxbekxox</dc:creator>
			<guid isPermaLink="false">1066274@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I was wondering whether or not I could change in the CSS or html (in pages or individual posts) the header for particular posts and pages.</p>
<p>To start perhaps this page?</p>
<p><a href="http://icraved.wordpress.com/2012/11/05/grit-strength/" rel="nofollow">http://icraved.wordpress.com/2012/11/05/grit-strength/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
