<?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: Twenty Twelve menu css</title>
		<link>http://en.forums.wordpress.com/topic/twenty-twelve-menu-css</link>
		<description>WordPress.com Forums &#187; Topic: Twenty Twelve menu css</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 12:42:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/twenty-twelve-menu-css" rel="self" type="application/rss+xml" />

		<item>
			<title>uberdish on "Twenty Twelve menu css"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-menu-css#post-1028962</link>
			<pubDate>Wed, 03 Oct 2012 16:04:46 +0000</pubDate>
			<dc:creator>uberdish</dc:creator>
			<guid isPermaLink="false">1028962@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Many thanks for this, it's exactly what I was looking for.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Twenty Twelve menu css"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-menu-css#post-1026556</link>
			<pubDate>Mon, 01 Oct 2012 00:03:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1026556@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not all themes are the same. :)</p>
<p>I've found that the best way to change out colors for specific things is to start by looking at the theme's original stylesheet. Here is the one for Twenty Twelve (look for anything that references ".main-navigation"):</p>
<p><a href="https://s1.wp.com/wp-content/themes/pub/twentytwelve/style.css?m=1348774451g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/twentytwelve/style.css?m=1348774451g&#038;minify=false</a></p>
<p>Here is some example CSS to get you started:</p>
<pre><code>#masthead .main-navigation ul.nav-menu,
#masthead .main-navigation div.nav-menu &gt; ul {
	border-bottom: 1px solid lightgreen;
	border-top: 1px solid lightgreen;
}
#masthead .main-navigation li ul li a {
	background: lightgreen;
}
#masthead .main-navigation a {
	color: green;
}
#masthead .main-navigation li ul li a:hover {
	background: bisque;
}
#masthead .main-navigation a:hover {
	color: darkred;
}
#masthead .main-navigation ul.nav-menu,
#masthead .main-navigation div.nav-menu &gt; ul,
#masthead .main-navigation li ul li a {
	border-color: rgba( darkred, 0.1 );
}</code></pre>
<p>Change the color names to color codes of your choice:<br />
<a href="http://automattic.github.com/Iris/" rel="nofollow">http://automattic.github.com/Iris/</a>
</p>
]]></description>
					</item>
		<item>
			<title>uberdish on "Twenty Twelve menu css"</title>
			<link>http://en.forums.wordpress.com/topic/twenty-twelve-menu-css#post-1024906</link>
			<pubDate>Fri, 28 Sep 2012 20:39:57 +0000</pubDate>
			<dc:creator>uberdish</dc:creator>
			<guid isPermaLink="false">1024906@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm trying to target the navigation css in order to change the colour of the text and flyout background colour in the Twenty Twelve theme using this:</p>
<p>.main-navigation a {<br />
	color:#45602D;<br />
}</p>
<p>.main-navigation a:hover {<br />
	color:#cbe86b;<br />
}</p>
<p>This changes absolutely nothing (in other themes I would have seen a change). Any guidance you can provide would be most appreciated. Many thanks.
</p>
]]></description>
					</item>

	</channel>
</rss>
