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

		<item>
			<title>designsimply on "forever theme: menu hover color and menu font"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-menu-hover-color-and-menu-font#post-889923</link>
			<pubDate>Sat, 19 May 2012 21:38:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">889923@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This code is for the Forever theme, not the Choco theme. Please start a new thread at <a href="http://en.forums.wordpress.com/forum/css-customization#postform" rel="nofollow">http://en.forums.wordpress.com/forum/css-customization#postform</a> for your question and make sure to include a link to the Choco blog you're working on.
</p>
]]></description>
					</item>
		<item>
			<title>dogunconditional on "forever theme: menu hover color and menu font"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-menu-hover-color-and-menu-font#post-889901</link>
			<pubDate>Sat, 19 May 2012 20:29:01 +0000</pubDate>
			<dc:creator>dogunconditional</dc:creator>
			<guid isPermaLink="false">889901@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>how do i ad that code. I have choco theme and want to change the font . I don't understand where youor how to paste that code. Appreciate help !:)
</p>
]]></description>
					</item>
		<item>
			<title>livinginthelandofcanaan on "forever theme: menu hover color and menu font"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-menu-hover-color-and-menu-font#post-889552</link>
			<pubDate>Fri, 18 May 2012 23:29:02 +0000</pubDate>
			<dc:creator>livinginthelandofcanaan</dc:creator>
			<guid isPermaLink="false">889552@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much! It looks great!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "forever theme: menu hover color and menu font"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-menu-hover-color-and-menu-font#post-889505</link>
			<pubDate>Fri, 18 May 2012 22:04:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">889505@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To change the background and font color for top menu on hover, submenu items, and current page items, add the following to your Appearance → Custom Design → CSS page:</p>
<pre><code>#access ul ul {
	background: #fff;
	-moz-box-shadow: 0 3px 3px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(255,255,255,0.2);
	box-shadow: 0 3px 3px rgba(255,255,255,0.2);
}
#access ul ul a {
	border: 1px solid #ccc;
	color: #222;
}
#access li.current_page_item ul a,
#access li.current-menu-item ul a,
#access ul ul li.current_page_item a,
#access ul ul li.current-menu-item a {
	background: transparent;
	color: #222;
}
#page #access li:hover &gt; a {
	background: #eee;
	color: #000;
}</code></pre>
<p>You can adjust any of the <a href="http://en.wikipedia.org/wiki/Web_colors">color codes</a> in the example to your liking.
</p>
]]></description>
					</item>
		<item>
			<title>livinginthelandofcanaan on "forever theme: menu hover color and menu font"</title>
			<link>http://en.forums.wordpress.com/topic/forever-theme-menu-hover-color-and-menu-font#post-888374</link>
			<pubDate>Thu, 17 May 2012 14:31:54 +0000</pubDate>
			<dc:creator>livinginthelandofcanaan</dc:creator>
			<guid isPermaLink="false">888374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am looking to change the hover color for the menu from black to white. I would also like to play with the menu font and font color as well as the font and font color of each option within the drop down menus. Is this possible?</p>
<p>The blog I am referring to is at <a href="http://oneyounglove.com">oneyounglove.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
