<?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 Page Titles and Making Headline Image Smaller</title>
		<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller</link>
		<description>WordPress.com Forums &#187; Topic: Removing Page Titles and Making Headline Image Smaller</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 03:00:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-page-titles-and-making-headline-image-smaller" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1038777</link>
			<pubDate>Sat, 13 Oct 2012 00:39:11 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1038777@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Is there a way to remove the page title for every page except for my blog page so that the blog titles show up?</p></blockquote>
<p>To hide page titles but keep post titles (like the ones on your Blog link), add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.page .entry-header {
	display:block;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1038770</link>
			<pubDate>Sat, 13 Oct 2012 00:33:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1038770@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Alright. Thanks! Everything worked except for the header resize. Any other thoughts?</p></blockquote>
<p>To replace the header image in Twenty Twelve, use the following example and replace YOUR_IMAGE_URL with the link to a 960 pixel width <a href="http://en.support.wordpress.com/media/media-add-new/">image you've uploaded to your media library</a>, and adjust the height value to match the height of your image. </p>
<pre><code>#masthead a img {
	display: none;
}

#masthead &gt; a {
	background: url(YOUR_IMAGE_URL) no-repeat;
	display: block;
	width: 960px;
	height: 120px;
}</code></pre>
<p>Aside: Twenty Twelve does have flexible headers built in, but I couldn't get them to work the way I expected (which is to see a 960px wide image I uploaded display at 960px in the header). You can give flexible headers a try to see if you have better luck. To do it, first create an image the width and height you'd like to use (or double the size for retina/HiDPI), then upload that image using your <strong>Appearance &#8594; Header</strong> page and click the "Skip Cropping, Publish Image as Is" button.
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034890</link>
			<pubDate>Tue, 09 Oct 2012 01:50:21 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1034890@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, the code removed the page title for my blog titles, which I would like to keep. That is, is there a way to remove the page title for every page except for my blog page so that the blog titles show up?
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034887</link>
			<pubDate>Tue, 09 Oct 2012 01:42:21 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1034887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Alright. Thanks! Everything worked except for the header resize.  Any other thoughts?
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034882</link>
			<pubDate>Tue, 09 Oct 2012 01:31:46 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1034882@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just cut that exactly and paste it into the CSS stylesheet editor?
</p>
]]></description>
					</item>
		<item>
			<title>duto on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034481</link>
			<pubDate>Mon, 08 Oct 2012 20:46:32 +0000</pubDate>
			<dc:creator>duto</dc:creator>
			<guid isPermaLink="false">1034481@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh sorry:</p>
<p>.entry-header {<br />
display: none;<br />
}</p>
<p>.header-image {<br />
height: ???px;<br />
}</p>
<p>.home .header-image {<br />
display: none;<br />
}</p>
<p>??? = change with the number (height) you want
</p>
]]></description>
					</item>
		<item>
			<title>duto on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1034474</link>
			<pubDate>Mon, 08 Oct 2012 20:43:06 +0000</pubDate>
			<dc:creator>duto</dc:creator>
			<guid isPermaLink="false">1034474@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try it:</p>
<p>.entry-header .entry-title {<br />
    display: none;<br />
}</p>
<p>.header-image {<br />
    height: ???px;<br />
}</p>
<p>.home .header-image {<br />
    display: none;<br />
}</p>
<p>??? = change with the number (height) you want
</p>
]]></description>
					</item>
		<item>
			<title>jaredwellman on "Removing Page Titles and Making Headline Image Smaller"</title>
			<link>http://en.forums.wordpress.com/topic/removing-page-titles-and-making-headline-image-smaller#post-1033348</link>
			<pubDate>Sun, 07 Oct 2012 21:31:24 +0000</pubDate>
			<dc:creator>jaredwellman</dc:creator>
			<guid isPermaLink="false">1033348@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just upgraded to be able to edit CSS, but my ignorance is keeping my from understanding it. </p>
<p>Basically, I want to remove the page titles from my pages (for example, when I am on the "home" page, I don't want it to say "home" on the page. I just want the page to speak for itself after clicking on the home tab).</p>
<p>Also, I want to resize my header graphic. It is more vertical than I would prefer. I would also like to remove it from my home, static page.</p>
<p>Anything to help on this would be great! Right now, I am not even sure how to get into the CSS minus that first page with the welcome message on it.</p>
<p>website: jaredcwellman.wordpress.com
</p>
]]></description>
					</item>

	</channel>
</rss>
