<?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: Removing header from one page only?</title>
		<link>http://en.forums.wordpress.com/topic/removing-header-from-one-page-only</link>
		<description>WordPress.com Forums &#187; Topic: Removing header from one page only?</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 13:33:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-header-from-one-page-only" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Removing header from one page only?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-header-from-one-page-only#post-806275</link>
			<pubDate>Tue, 31 Jan 2012 19:11:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">806275@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you look in the opening body tag on individual pages, you will see a list of CSS classes that are declared, and one of those is the individual page ID which looks something like this: page-id-257 . You can use that class with the general classes and IDs in the CSS to specifically target the styling on individual pages. The following gets rid of the header image on your page called "home."</p>
<pre><code>.page-id-257 #header-image img {
display: none;
}</code></pre>
<p>On the page titles, you can use the following to get rid of the page titles on all static pages you create.</p>
<pre><code>h1.page-title, h2.page-title {
display: none;
}</code></pre>
<p>And again, if you just wanted to remove the titles from some static pages, you would target them using the specific page ID class as follows.</p>
<pre><code>.page-id-257 h1.page-title, .page-id-257 h2.page-title {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>chrissierouse on "Removing header from one page only?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-header-from-one-page-only#post-806250</link>
			<pubDate>Tue, 31 Jan 2012 18:48:57 +0000</pubDate>
			<dc:creator>chrissierouse</dc:creator>
			<guid isPermaLink="false">806250@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I mean the header image... I know how to remove it from all pages, but I am looking to remove it from just one of my pages, at this time.  Potentially from a few, down the line, as I build up the site more.  Right now, I want to take it down from the page titled "home" (which, at this point, is not my actual home page, as it still needs a lot of work)</p>
<p><a href="http://chrissierouse.com/home" rel="nofollow">http://chrissierouse.com/home</a></p>
<p>Also, if there is an easier way to remove a page title from a single page, outside of not titling it, that would be great information to have too - as there is a slight page break on that page right now, where I've removed the page title.</p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Removing header from one page only?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-header-from-one-page-only#post-806242</link>
			<pubDate>Tue, 31 Jan 2012 18:41:53 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">806242@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>And which page?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing header from one page only?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-header-from-one-page-only#post-806172</link>
			<pubDate>Tue, 31 Jan 2012 17:40:00 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">806172@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>By header do you mean the header image? Or are your referring to the Page title?
</p>
]]></description>
					</item>
		<item>
			<title>chrissierouse on "Removing header from one page only?"</title>
			<link>http://en.forums.wordpress.com/topic/removing-header-from-one-page-only#post-806168</link>
			<pubDate>Tue, 31 Jan 2012 17:37:44 +0000</pubDate>
			<dc:creator>chrissierouse</dc:creator>
			<guid isPermaLink="false">806168@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I remove the header from ONLY ONE of my pages?
</p>
]]></description>
					</item>

	</channel>
</rss>
