<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Subnav menu background color</title>
		<link>http://www.kriesi.at/support/topic/subnav-menu-background-color</link>
		<description>Support Forum - Topic: Subnav menu background color</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 12:43:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/subnav-menu-background-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-57404</link>
			<pubDate>Thu, 24 May 2012 15:14:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">57404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that I could help you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-57389</link>
			<pubDate>Thu, 24 May 2012 14:50:46 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">57389@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That solved it, thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-57306</link>
			<pubDate>Thu, 24 May 2012 03:22:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">57306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to add this in wp-content/themes/newscast/css/style3.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .catnav li .sub-menu a {
   background: #CCC !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the value of the background as required. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-57192</link>
			<pubDate>Wed, 23 May 2012 13:24:13 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">57192@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Certainly.  Launched March 2012.  &#60;a href=&#34;http://flyfoundry.com&#34; rel=&#34;nofollow&#34;&#62;http://flyfoundry.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-57120</link>
			<pubDate>Wed, 23 May 2012 01:27:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">57120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? Maybe I can help you better if I can see it live. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-57037</link>
			<pubDate>Tue, 22 May 2012 14:21:18 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">57037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, that code didn't work for me.  The background color of the drop down menu stays the same as before.  Any other thoughts?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-56994</link>
			<pubDate>Tue, 22 May 2012 07:39:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">56994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Kindly add this code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .catnav li .sub-menu a {
    background: #ccc;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the value of the background as required. You can use this &#60;a href=&#34;http://www.w3schools.com/html/html_colors.asp&#34;&#62;link&#60;/a&#62; as a reference for the color values. Hope the helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daveyfifi on "Subnav menu background color"</title>
			<link>http://www.kriesi.at/support/topic/subnav-menu-background-color#post-56923</link>
			<pubDate>Mon, 21 May 2012 21:54:17 +0000</pubDate>
			<dc:creator>daveyfifi</dc:creator>
			<guid isPermaLink="false">56923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I am in need of the filename and specific code to change the background color for the submenu navigation drop downs.  I am using the Newscast-Minimal skin.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
