<?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: Changing header, banner, colours in TwentyEleven</title>
		<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven</link>
		<description>WordPress.com Forums &#187; Topic: Changing header, banner, colours in TwentyEleven</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 17:54:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/changing-header-banner-colours-in-twentyeleven" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-869276</link>
			<pubDate>Sat, 21 Apr 2012 12:11:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">869276@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks great!</p>
<p>You might consider adding a "Donate" link to the top navigation in a custom menu item.<br />
<a href="http://en.support.wordpress.com/menus/" rel="nofollow">http://en.support.wordpress.com/menus/</a>
</p>
]]></description>
					</item>
		<item>
			<title>kinetikat on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868670</link>
			<pubDate>Fri, 20 Apr 2012 13:15:01 +0000</pubDate>
			<dc:creator>kinetikat</dc:creator>
			<guid isPermaLink="false">868670@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Fantastico!<br />
Thanks a million, Designsimply, you are a star.<br />
It all looks great. I've gone with the 'goodbye, Searchbox' option, BTW.</p>
<p>I'd never have got all that sorted myself, or not for many months, knowing my tendency to procrastinate...</p>
<p>Glad you like the header image, it is rather spiffy, isn't it?<br />
Thanks again,<br />
Sue
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868376</link>
			<pubDate>Thu, 19 Apr 2012 22:44:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">868376@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I love the header image btw!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868374</link>
			<pubDate>Thu, 19 Apr 2012 22:40:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">868374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here are all the changes in one list:</p>
<pre><code>hgroup {
	position: absolute;
}

#site-title a,
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #fff !important;
	text-shadow: 3px 3px 3px #000;
}

#site-description {
	color: #000;
	font-weight: bold;
	margin-right: 410px;
}

#branding #s {
	margin-top: 180px;
}</code></pre>
<p>I added in the positioning style and some styles to keep the site title white on hover.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868373</link>
			<pubDate>Thu, 19 Apr 2012 22:39:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">868373@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I'd like to get rid of the ‘search’ box altogether, as it is duplicated immediately below the banner by a widget.</p></blockquote>
<p>You can hide the search box in the header of the Twenty Eleven theme like this:</p>
<pre><code>#branding #s {
	display: none;
}</code></pre>
<p>I think it looks kind of cool at the bottom of the header though. Give this a try as a possible alternative:</p>
<pre><code>#branding #s {
	margin-top: 180px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868368</link>
			<pubDate>Thu, 19 Apr 2012 22:34:03 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">868368@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I also need to alter the width of the right-hand tagline margin so the tagline text doesn’t intrude on the silhouette in my banner image.
</p></blockquote>
<p>You can add a "margin-right" property to the "#site-description" block like this:</p>
<pre><code>#site-description {
	color: #000;
	font-weight: bold;
	margin-right: 410px;
}</code></pre>
<p>Adjust the number as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868366</link>
			<pubDate>Thu, 19 Apr 2012 22:31:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">868366@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I want to make the tagline text bold and change its colour so it shows up nicely against the grey banner image.</p></blockquote>
<p>To make the tagline bold and change the font color, use this:</p>
<pre><code>#site-description {
	color: #000;
	font-weight: bold;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868365</link>
			<pubDate>Thu, 19 Apr 2012 22:30:47 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">868365@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I’d like to be able to change the colour of the title, modify the font so the title is white with a black drop shadow.
</p></blockquote>
<p>To make the site title black white with a black drop shadow, add this to your Appearance → Custom Design → CSS page:</p>
<pre><code>#site-title a {
	color: #fff;
	text-shadow: 3px 3px 3px #000;
}</code></pre>
<p>Adjust the numbers and color values as necessary.
</p>
]]></description>
					</item>
		<item>
			<title>kinetikat on "Changing header, banner, colours in TwentyEleven"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-banner-colours-in-twentyeleven#post-868195</link>
			<pubDate>Thu, 19 Apr 2012 19:31:59 +0000</pubDate>
			<dc:creator>kinetikat</dc:creator>
			<guid isPermaLink="false">868195@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all,<br />
I’m a non-techie wanting to alter the header on Twenty Eleven – I have the Custom Design upgrade and can access the CSS code. I copied a bit of code I found on <a href="http://www.throwingabrick.com" rel="nofollow">http://www.throwingabrick.com</a>  to get rid of the white space at the top of the page and effectively drop the title and tagline into the banner image, and it worked fine, except that the default thin grey tagline text now virtually vanished against my shades-of-grey banner image, and the Searchbox fouled the image on the right hand side. I took the code off again till I knew a bit more about what I was doing!<br />
 I don’t want to make the banner image smaller, I like it the size it is.<br />
I’d like to be able to change the colour of the title, modify the font so the title is white with a black drop shadow.<br />
I want to make the tagline text bold and change its colour so it shows up nicely against the grey banner image.<br />
I also need to alter the width of the right-hand tagline margin so the tagline text doesn’t intrude on the silhouette in my banner image.<br />
lastly, I'd like to get rid of the ‘search’ box altogether, as it is duplicated immediately below the banner by a widget.</p>
<p>Sorry to have such a list of stuff, but it's really bugging me!
</p>
]]></description>
					</item>

	</channel>
</rss>
