<?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: remove header from home on Coraline theme</title>
		<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme</link>
		<description>WordPress.com Forums &#187; Topic: remove header from home on Coraline theme</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 03:53:58 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/remove-header-from-home-on-coraline-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>brinded on "remove header from home on Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme#post-1156187</link>
			<pubDate>Mon, 18 Feb 2013 19:02:31 +0000</pubDate>
			<dc:creator>brinded</dc:creator>
			<guid isPermaLink="false">1156187@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>designsimply,</p>
<p>Thanks for all that - along with justpi, it's a tremendous help - some changes in effect - more to come</p>
<p>currently working on trying to fix the footer i've inadvertently messed-up
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "remove header from home on Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme#post-1155404</link>
			<pubDate>Mon, 18 Feb 2013 00:37:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1155404@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I like where your design is headed!</p>
<p>Try it without the top and bottom borders:</p>
<pre><code>#access,
#colophon {
	border: none;
}
.hentry {
	margin-bottom: 0;
}</code></pre>
<p>To target that rule so it just affects the home page, add a ".home" class to the front of each selector like this:</p>
<pre><code>.home #access,
.home #colophon {
	border: none;
}</code></pre>
<p>When working with absolute positioning in such a precise manner like you are (i.e. text needs to be placed exactly in a certain spot relative to the background image), it might be best to set position with pixels not ems. Also, it will probably help to do the positioning inside a relatively positioned element.</p>
<p>Check out this page:<br />
<a href="http://css-tricks.com/absolute-positioning-inside-relative-positioning/" rel="nofollow">http://css-tricks.com/absolute-positioning-inside-relative-positioning/</a></p>
<p>And then try this example to see what I mean:</p>
<pre><code>.entry-content {
	position: relative;
}
#navigation2 h2 {
	margin: 0;
}
#navigation2 ul {
	margin-left: 1em;
}
#navigation2 {
	position: absolute;
	top: 280px;
	right: 30px;
	height: 130px;
	width: 90px;
	overflow: hidden;
}</code></pre>
<p>Note, it's possible you'll want to prefix all of those selectors with ".home" if that main graphic you're using will just be displayed on the home page.</p>
<p>Another trick I use to visualize things is to temporarily set a border so I can see things a little better. Here is an example you can preview:</p>
<pre><code>#navigation2 {
	border: 2px dashed red;
}</code></pre>
<p>Try Inconsolata or Anonymous Pro for the site title on the Appearance &#8594; Custom Design &#8594; Fonts page to see if you like them. They both have a very technology-esque feel to them.</p>
<p>Great work so far!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "remove header from home on Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme#post-1154779</link>
			<pubDate>Sun, 17 Feb 2013 14:57:05 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1154779@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.<br />
To find the ID number of a page, you can go to Pages &#62; All Pages, hover over the page title and look at the progress/status bar of the browser.<br />
Or you can edit the page and look at the address bar of the browser.<br />
Or you can visit the actual page and view the sourcecode.<br />
Or you can examine the page via Firebug in Firefox (or other similar extensions in other browsers).
</p>
]]></description>
					</item>
		<item>
			<title>brinded on "remove header from home on Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme#post-1154754</link>
			<pubDate>Sun, 17 Feb 2013 13:38:57 +0000</pubDate>
			<dc:creator>brinded</dc:creator>
			<guid isPermaLink="false">1154754@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>justpi,</p>
<p>Thanks again - </p>
<p>c) that works perfectly!</p>
<p>b) (as a separate issue, unrelated to above) I'm still interested in finding out how to identify a particular page - ie how and where to find the page identifier. I'd really like to know what sacredpath is referring to and where it can be found.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "remove header from home on Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme#post-1154716</link>
			<pubDate>Sun, 17 Feb 2013 12:17:30 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1154716@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>a) It's called the top navigation menu.</p>
<p>b) The thread you linked to is irrelevant: it refers to the header <em>image</em>, and it refers to removing it <em>selectively</em>.</p>
<p>c) You can easily hide the top menu by adding this:<br />
<pre><code>#access ul {
    display: none;
}</code></pre>
<p>d) The top menu can be removed even if you don't have the CD upgrade. See this post of mine, at the very bottom:<br />
<a href="http://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow">http://wpbtips.wordpress.com/2011/12/19/custom-menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>brinded on "remove header from home on Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme#post-1154697</link>
			<pubDate>Sun, 17 Feb 2013 11:35:09 +0000</pubDate>
			<dc:creator>brinded</dc:creator>
			<guid isPermaLink="false">1154697@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ok - still stuck but no responses - I think I need to repost specifically about "opening body tag on individual pages".
</p>
]]></description>
					</item>
		<item>
			<title>brinded on "remove header from home on Coraline theme"</title>
			<link>http://en.forums.wordpress.com/topic/remove-header-from-home-on-coraline-theme#post-1152966</link>
			<pubDate>Thu, 14 Feb 2013 21:41:04 +0000</pubDate>
			<dc:creator>brinded</dc:creator>
			<guid isPermaLink="false">1152966@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I may have my terminology wrong, but what I mean by header is the block below title which lists all the different pages on my site. I really don't want this to appear.</p>
<p>tried various methods to get rid of it, no luck. I don't really need header on any of my pages, so I'd be happy to have CSS code that eliminates the header block entirely.</p>
<p><a href="http://en.forums.wordpress.com/topic/removing-header-from-one-page-only?replies=5">thesacredpath posted on a similar issue last year</a>, but I'm not sure I fully understand.</p>
<blockquote><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 .</p></blockquote>
<p>I can't seem to find the above. Where can these be found?
</p>
]]></description>
					</item>

	</channel>
</rss>
