<?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: How can I change the background color of the drop-down menu?</title>
		<link>http://en.forums.wordpress.com/topic/how-can-i-change-the-background-color-of-the-drop-down-menu</link>
		<description>WordPress.com Forums &#187; Topic: How can I change the background color of the drop-down menu?</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 15:39:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-can-i-change-the-background-color-of-the-drop-down-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How can I change the background color of the drop-down menu?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-the-background-color-of-the-drop-down-menu#post-1039267</link>
			<pubDate>Sat, 13 Oct 2012 17:07:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039267@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cheers :)
</p>
]]></description>
					</item>
		<item>
			<title>skyblueguy on "How can I change the background color of the drop-down menu?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-the-background-color-of-the-drop-down-menu#post-1039206</link>
			<pubDate>Sat, 13 Oct 2012 16:12:20 +0000</pubDate>
			<dc:creator>skyblueguy</dc:creator>
			<guid isPermaLink="false">1039206@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It worked as I expected.<br />
Really thanks for your help.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I change the background color of the drop-down menu?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-the-background-color-of-the-drop-down-menu#post-1039178</link>
			<pubDate>Sat, 13 Oct 2012 15:37:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039178@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I read your original question as how to change the submenu (or drop-down) background color just like zandyring did. Sounds lik you really meant to ask how to change the background color of the main menu.</p>
<p>Here's how to change the background color of the main menu of the Sight theme:</p>
<pre><code>.main-navigation {
	background: beige;
}</code></pre>
<p>Here's how to change the hover color of the main menu and submenu items:</p>
<pre><code>.main-navigation ul li:hover {
	background: green;
}</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>skyblueguy on "How can I change the background color of the drop-down menu?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-the-background-color-of-the-drop-down-menu#post-1037411</link>
			<pubDate>Thu, 11 Oct 2012 13:43:51 +0000</pubDate>
			<dc:creator>skyblueguy</dc:creator>
			<guid isPermaLink="false">1037411@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your kind answer.</p>
<p>I already added the script you suggested.<br />
But it changes the background color the sub menus only, not the background color of the main menus. (So yo will notice that the background color of the main menus and that of the sub-menus are different.)</p>
<p>Thanks again for your help.
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "How can I change the background color of the drop-down menu?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-the-background-color-of-the-drop-down-menu#post-1037371</link>
			<pubDate>Thu, 11 Oct 2012 12:27:36 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">1037371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You'll need to make this modification:</p>
<pre><code>.sub-menu {
    background-color: #000000 !important;
}</code></pre>
<p>If you want the color to be something other than black, use a different hex code. Otherwise, you can just use this as shown. The color is currently set with an "important" declaration, so you will need one in your CSS to overwrite it.</p>
<p>Good luck!<br />
-Z
</p>
]]></description>
					</item>
		<item>
			<title>skyblueguy on "How can I change the background color of the drop-down menu?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-change-the-background-color-of-the-drop-down-menu#post-1037324</link>
			<pubDate>Thu, 11 Oct 2012 10:11:22 +0000</pubDate>
			<dc:creator>skyblueguy</dc:creator>
			<guid isPermaLink="false">1037324@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I changed the background color of the sub-menu.<br />
But I could not change the background color of the main drop-down menu even if I tried some suggestions found in Internet. </p>
<p>How can I change the background color of the drop-down menu?
</p>
]]></description>
					</item>

	</channel>
</rss>
