<?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: Hover Color</title>
		<link>http://en.forums.wordpress.com/topic/hover-color</link>
		<description>WordPress.com Forums &#187; Topic: Hover Color</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 01:23:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/hover-color" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Hover Color"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color#post-660370</link>
			<pubDate>Mon, 01 Aug 2011 19:40:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">660370@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yup, we be answering in stereo. :-)</p>
<p>I use colorzilla too, but I also have ColorSchemer Studio 2 installed on my computer and use that quite a bit as well.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Hover Color"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color#post-660317</link>
			<pubDate>Mon, 01 Aug 2011 18:37:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">660317@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath, I must have been replying at the same time as you. :)</p>
<p>Oh, and for color picking, I used the <a href="http://www.colorzilla.com/firefox/">ColorZilla Firefox extension</a>. I'd be interested to know what other color pickers are everyone's favorites.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Hover Color"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color#post-660315</link>
			<pubDate>Mon, 01 Aug 2011 18:35:31 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">660315@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To change the top navigation background and text color in the Pilcrow theme, try adding this to your Appearance &#8594; Custom Design &#8594; CSS page: </p>
<pre><code>#nav ul ul a {
	background: #9A4B4E;
	color: #fff;
}
#nav .current_page_item a, #nav li:hover &gt; a, #nav ul ul :hover &gt; a {
	background: #9A4B4E;
	color: #fff;
}
#nav ul ul a:hover {
	background: #8B4346;
}</code></pre>
<p>I figured out what CSS block to add by looking at the <a href="http://s1.wp.com/wp-content/themes/pub/pilcrow/style.css?m=1310082742g&#38;minify=false">Pilcrow stylesheet</a>, searching for the CSS related to the navigation menu (#nav in this case), and just copying over the #nav elements with anything color related in them (background and color) and replacing the colors with ones that looked close to your header image.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Hover Color"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color#post-660314</link>
			<pubDate>Mon, 01 Aug 2011 18:33:25 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">660314@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The first below will take care of the main tabs when you hover. The second is for the submenu items if you happen to create dropdown menus at some point. Just change the hex color code to your desired color.</p>
<pre><code>#nav .current_page_item a, #nav li:hover &gt; a, #nav ul ul:hover &gt; a {
background: none repeat scroll 0 0 #222222;
}
#nav ul ul a:hover {
background: none repeat scroll 0 0 #000000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>modernmrscleaver on "Hover Color"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color#post-660303</link>
			<pubDate>Mon, 01 Aug 2011 18:21:14 +0000</pubDate>
			<dc:creator>modernmrscleaver</dc:creator>
			<guid isPermaLink="false">660303@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That is correct...I would like to change the color from black to something else.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Hover Color"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color#post-660296</link>
			<pubDate>Mon, 01 Aug 2011 18:11:25 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">660296@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you talking about this site, <a href="http://modernmrscleaver.com/" rel="nofollow">http://modernmrscleaver.com/</a> ? And are you talking about the text color when hovering or the background color, which is currently black?
</p>
]]></description>
					</item>
		<item>
			<title>modernmrscleaver on "Hover Color"</title>
			<link>http://en.forums.wordpress.com/topic/hover-color#post-660271</link>
			<pubDate>Mon, 01 Aug 2011 17:45:02 +0000</pubDate>
			<dc:creator>modernmrscleaver</dc:creator>
			<guid isPermaLink="false">660271@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do you change the color of a menu item when you hover over the item?
</p>
]]></description>
					</item>

	</channel>
</rss>
