<?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: Can I remove the header on just one page?</title>
		<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page</link>
		<description>WordPress.com Forums &#187; Topic: Can I remove the header on just one page?</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 21:26:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/can-i-remove-the-header-on-just-one-page" rel="self" type="application/rss+xml" />

		<item>
			<title>houstonweaver on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1091947</link>
			<pubDate>Tue, 11 Dec 2012 04:25:56 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1091947@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That might be a good question to pose as a new topic so that some folks more knowledgeable about galleries can look into it.  The documentation on Galleries discusses the settings and indicates that the number of columns available can be somewhat theme dependent.  Here is the documentation on galleries : <a href="http://en.support.wordpress.com/images/gallery/#gallery-settings"><a href="http://en.support.wordpress.com/images/gallery/#gallery-settings" rel="nofollow">http://en.support.wordpress.com/images/gallery/#gallery-settings</a><br />
I can help with lightweight issues, but I think you need someone more knowledfor this.geable</a>
</p>
]]></description>
					</item>
		<item>
			<title>k8goff on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1091877</link>
			<pubDate>Tue, 11 Dec 2012 02:03:47 +0000</pubDate>
			<dc:creator>k8goff</dc:creator>
			<guid isPermaLink="false">1091877@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks a lot houstonweaver, you've been very helpful. that width command works however only when I view it in css preview mode (i am saving it). </p>
<p>and just one little more question...<br />
on my portfolio page, (page 3) the gallery grid has 3 columns, I want 4 columns. I have changed it 4 rows in the settings yet nothing happens. is this this a css thing? how do i change it?
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1091842</link>
			<pubDate>Tue, 11 Dec 2012 01:08:48 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1091842@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>k8goff</p>
<p>Flying a bit by the seat of the pants on this. Try this. Change the width number to go wider or narrower.</p>
<pre><code>.page-id-2 .post-content {
    float: right;
    width: 50.333em;
    overflow: visible;
}</code></pre>
<p>To get rid of the date use:</p>
<p><code>.timestamp {display:none;}</code></p>
<p>If you want to get rid of it AND the comment bubble, use one of these.  The behaviors are very different, so it depends on what you want to do. The first hides the content but the space it occupies is still used.</p>
<p><code>.post-info {visibility: hidden;}</code></p>
<p>or this that removes the content, thereby releasing the space it occupied</p>
<p><code>.post-info {display:none;}</code>
</p>
]]></description>
					</item>
		<item>
			<title>k8goff on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1091012</link>
			<pubDate>Mon, 10 Dec 2012 01:31:54 +0000</pubDate>
			<dc:creator>k8goff</dc:creator>
			<guid isPermaLink="false">1091012@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks a lot Houstonweaver. Another thing I want to do is widen the width of my text paragraph on my 'about' page, and also when I make a post I dont want the date and time to appear. Any idea of how to do this?
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1090999</link>
			<pubDate>Mon, 10 Dec 2012 00:43:25 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1090999@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Go to your dashboard, appearance, custom design.  You will see a page that offers 3 options, on the right is edit CSS.  That will bring you to a box with a small description of the CSS process.  Delete that text .. Or just go to the very bottom of it . And paste the code in there.  </p>
<p>This support document explains it more clearly  .. <a href="http://en.support.wordpress.com/custom-design/editing-css/">http://en.support.wordpress.com/custom-design/editing-css/</a>
</p>
]]></description>
					</item>
		<item>
			<title>k8goff on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1090542</link>
			<pubDate>Sun, 09 Dec 2012 08:15:07 +0000</pubDate>
			<dc:creator>k8goff</dc:creator>
			<guid isPermaLink="false">1090542@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>houstonweaver: where do I post the '.home #header {display:none;} ', I have the css upgrade, but when I put that in the text section of my home page when editting, nothing happens.
</p>
]]></description>
					</item>
		<item>
			<title>melissashawsmith on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1084240</link>
			<pubDate>Mon, 03 Dec 2012 01:35:26 +0000</pubDate>
			<dc:creator>melissashawsmith</dc:creator>
			<guid isPermaLink="false">1084240@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks very much. I'll give it a go.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1084086</link>
			<pubDate>Sun, 02 Dec 2012 21:31:41 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1084086@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@k8goff - If you have the css upgrade, you can use css to remove your header on the home page with</p>
<p><code>.home #header {display:none;}</code></p>
<p>@melissa... The twenty twelve theme allows some setting of headers for certain pages. I do not know if it has the option for no header. Checkout this article to read more: <a href="http://en.support.wordpress.com/featured-images/">http://en.support.wordpress.com/featured-images/</a>. It did not look like you have the css upgrade. If you choose to test a css solution,  you can use a similar css by identifying each of the page Id's where you don't want the header and put that into the css. For example, to eliminate the header on your about page, you would use this to preview it in the css:<br />
<code>.page-2-id .header-image{display:none;}</code></p>
<p>But before you do this, check out whether you can set the presence or absence of a header through your Dashboard, Appearance, Header settings.
</p>
]]></description>
					</item>
		<item>
			<title>melissashawsmith on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1084054</link>
			<pubDate>Sun, 02 Dec 2012 20:31:04 +0000</pubDate>
			<dc:creator>melissashawsmith</dc:creator>
			<guid isPermaLink="false">1084054@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Same question, however, I want to keep a header image on only my blog/home page. My chosen images appears on all add on pages. How do I remove?
</p>
]]></description>
					</item>
		<item>
			<title>k8goff on "Can I remove the header on just one page?"</title>
			<link>http://en.forums.wordpress.com/topic/can-i-remove-the-header-on-just-one-page#post-1081021</link>
			<pubDate>Thu, 29 Nov 2012 07:21:03 +0000</pubDate>
			<dc:creator>k8goff</dc:creator>
			<guid isPermaLink="false">1081021@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to remove the header on my home page, yet still have the header on the other 3 pages, is this possible?
</p>
]]></description>
					</item>

	</channel>
</rss>
