<?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: change text color of navigation menu buttons</title>
		<link>http://en.forums.wordpress.com/topic/change-text-color-of-navigation-menu-buttons</link>
		<description>WordPress.com Forums &#187; Topic: change text color of navigation menu buttons</description>
		<language>en</language>
		<pubDate>Sun, 19 May 2013 13:16:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/change-text-color-of-navigation-menu-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>timesnewpaulie on "change text color of navigation menu buttons"</title>
			<link>http://en.forums.wordpress.com/topic/change-text-color-of-navigation-menu-buttons#post-998945</link>
			<pubDate>Wed, 05 Sep 2012 09:50:21 +0000</pubDate>
			<dc:creator>timesnewpaulie</dc:creator>
			<guid isPermaLink="false">998945@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks  ... however..... this does not change the color of the link of the <strong>current page</strong> in its resting state... e.g.</p>
<p><strong>when on the home page</strong> the home link color is white<br />
when I mouse over or hover the color of the link remains white</p>
<p><em>I want to change this so...<br />
</em><br />
<strong>when on the home page</strong> the color of the text of the home link is gray<br />
when I mouse over or hover the colour of the text is white</p>
<p>..... i think there is a separate rule affecting the appearance of the link <strong>on the page you are currently on</strong>... i don't know how to override or change this rule.. but thanks again for your help
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "change text color of navigation menu buttons"</title>
			<link>http://en.forums.wordpress.com/topic/change-text-color-of-navigation-menu-buttons#post-997969</link>
			<pubDate>Tue, 04 Sep 2012 14:35:29 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">997969@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To change the color of the link in it's resting state, add this to your CSS stylesheet:</p>
<pre><code>#access ul li &gt; a {
    color: #AAAAAA;
}&#039;

Change the hex code (#AAAAAA;) to change the color.

To change the color of the hover,</code></pre>
#access ul li:hover &#62; a, #access ul ul:hover &#62; a{<br />
    color: #AAAAAA;<br />
}`</p>
<p>Again, change the hex code to change the color.
</p>
]]></description>
					</item>
		<item>
			<title>timesnewpaulie on "change text color of navigation menu buttons"</title>
			<link>http://en.forums.wordpress.com/topic/change-text-color-of-navigation-menu-buttons#post-997848</link>
			<pubDate>Tue, 04 Sep 2012 10:46:13 +0000</pubDate>
			<dc:creator>timesnewpaulie</dc:creator>
			<guid isPermaLink="false">997848@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>how do I change the color of the <em>text</em> of the current page link in the navigation menu e.g. "home" without affecting its color in the hover state?</p>
<p>e.g. </p>
<p>when on the home page the color of the text of the home button is white</p>
<p>when I mouse over or hover the color of the text remains white</p>
<p><em>how do I change this so......<br />
</em><br />
when on the home page the color of the text of the home button is gray</p>
<p>when I mouse over or hover the color of the text is white
</p>
]]></description>
					</item>

	</channel>
</rss>
