<?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: Category page headers in Twenty Eleven</title>
		<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven</link>
		<description>WordPress.com Forums &#187; Topic: Category page headers in Twenty Eleven</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 08:27:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/category-page-headers-in-twenty-eleven" rel="self" type="application/rss+xml" />

		<item>
			<title>simianreflux on "Category page headers in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven#post-996374</link>
			<pubDate>Sun, 02 Sep 2012 21:39:57 +0000</pubDate>
			<dc:creator>simianreflux</dc:creator>
			<guid isPermaLink="false">996374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>designsimply, the code worked a treat. </p>
<p>Thanks a lot~~
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Category page headers in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven#post-991352</link>
			<pubDate>Wed, 29 Aug 2012 15:22:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">991352@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This should do the trick:</p>
<pre><code>.category-danger-zone #branding a img {
	display: none;
}
.category-danger-zone #branding &gt; a {
	background: url(YOUR_IMAGE_URL);
	display: block;
	width: 1000px;
	height: 288px;
	border: 1px solid red;
}</code></pre>
<p>Replace YOUR_IMAGE_URL with the URL of an image you have <a href="http://en.support.wordpress.com/media/media-add-new/">uploaded to your media library</a>.</p>
<p>To change out the header for a category page other than the "Danger Zone" category, change the ".category-danger-zone" parts of the selectors to ".category-YOUR-CATEGORY-NAME".
</p>
]]></description>
					</item>
		<item>
			<title>simianreflux on "Category page headers in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven#post-975790</link>
			<pubDate>Mon, 13 Aug 2012 21:54:19 +0000</pubDate>
			<dc:creator>simianreflux</dc:creator>
			<guid isPermaLink="false">975790@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi thesacredpath,</p>
<p>apologies for being forward and asking again, but any update on the CSS code for the custom header images?</p>
<p>Thanks~
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Category page headers in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven#post-968645</link>
			<pubDate>Tue, 07 Aug 2012 16:51:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">968645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>simianreflux on "Category page headers in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven#post-968477</link>
			<pubDate>Tue, 07 Aug 2012 14:35:52 +0000</pubDate>
			<dc:creator>simianreflux</dc:creator>
			<guid isPermaLink="false">968477@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much for your help thesacredpath.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Category page headers in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven#post-967978</link>
			<pubDate>Mon, 06 Aug 2012 20:58:00 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">967978@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That is a little dependent on the theme used. Some older themes do not have the required selectors to be able to do that. With 2011, the theme you are using, yes it is, but a couple things you should know.</p>
<p>First off, since the header image will be inserted into the CSS rather than through the theme script files, it will not resize with the browser window as the standard headers do on 2011.</p>
<p>Secondly, if you are looking to have a different image for each category you have to create targeted CSS for each and every category. If you add a category later, you have to create more CSS for that category.</p>
<p>This requires a bit of manipulation and I'm on my way out the door so it will be a while before I can give you the code.
</p>
]]></description>
					</item>
		<item>
			<title>simianreflux on "Category page headers in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/category-page-headers-in-twenty-eleven#post-967475</link>
			<pubDate>Mon, 06 Aug 2012 10:41:57 +0000</pubDate>
			<dc:creator>simianreflux</dc:creator>
			<guid isPermaLink="false">967475@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I recently posted a question in another forum (support) asking about custom header images for different category pages.</p>
<p>(<a href="http://en.forums.wordpress.com/topic/custom-headers-for-different-categories?replies=8#post-966795" rel="nofollow">http://en.forums.wordpress.com/topic/custom-headers-for-different-categories?replies=8#post-966795</a>)</p>
<p>The outcome from this post was that as category pages are created on the fly it is not possible to assign custom header images. </p>
<p>Today I came across this post (<a href="http://en.forums.wordpress.com/topic/how-to-remove-the-header-of-a-category-page-and-to-edit-soundcheck-hero-slider?replies=6" rel="nofollow">http://en.forums.wordpress.com/topic/how-to-remove-the-header-of-a-category-page-and-to-edit-soundcheck-hero-slider?replies=6</a>) which suggests that it's at least possible to play with the header images for category pages.</p>
<p>So, at the risk of sounding like a skipping record and wasting everyone's time (apologies!), is there any way  to display a custom header image for different category pages via CSS?</p>
<p>Thanks so much for your help~
</p>
]]></description>
					</item>

	</channel>
</rss>
