<?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: how to change the bg colour of the dropdown menu</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-the-bg-colour-of-the-dropdown-menu</link>
		<description>Support Forum - Topic: how to change the bg colour of the dropdown menu</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 01:17:34 +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/how-to-change-the-bg-colour-of-the-dropdown-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "how to change the bg colour of the dropdown menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-bg-colour-of-the-dropdown-menu#post-48856</link>
			<pubDate>Wed, 28 Mar 2012 19:19:47 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">48856@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Welcome. Let us know if you have more questions. &#60;/p&#62;
&#60;p&#62;Setting to resolved. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dilanrdnd on "how to change the bg colour of the dropdown menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-bg-colour-of-the-dropdown-menu#post-48792</link>
			<pubDate>Wed, 28 Mar 2012 15:22:21 +0000</pubDate>
			<dc:creator>dilanrdnd</dc:creator>
			<guid isPermaLink="false">48792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;it works now
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "how to change the bg colour of the dropdown menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-bg-colour-of-the-dropdown-menu#post-48780</link>
			<pubDate>Wed, 28 Mar 2012 14:38:41 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">48780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dilanrdnd,&#60;/p&#62;
&#60;p&#62;My fault. Ignore what I said about the custom.css. What you'll want to do is open either style1.css, style2.css, style3.css or style4.css in /levitation/css/ directory. Which one you open depends on your selection under Levitation Options &#38;gt; Levitation Design.&#60;/p&#62;
&#60;p&#62;Once you have the file open, find the code below under the &#34;Head Area&#34; section.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #nav li ul a{
background: #fff;
border:1px solid #C3C3C3;
border-top:none;
}

#top #nav li ul a:hover{
background:#eee;
}

#top #nav li ul ul {
border-top:1px solid #C3C3C3;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note: Depending on what file you have open the values #fff, #eee, and #C3C3C3 may be different. &#60;/p&#62;
&#60;p&#62;All you do though is change those values to the color of your choice.&#60;/p&#62;
&#60;p&#62;Let us know if you more questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dilanrdnd on "how to change the bg colour of the dropdown menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-bg-colour-of-the-dropdown-menu#post-48761</link>
			<pubDate>Wed, 28 Mar 2012 11:50:20 +0000</pubDate>
			<dc:creator>dilanrdnd</dc:creator>
			<guid isPermaLink="false">48761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi&#60;/p&#62;
&#60;p&#62;i am a bit new to all this. i cant find a file called custom.css. are you referring to the style.css? i added the code to style.css but nothing works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "how to change the bg colour of the dropdown menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-bg-colour-of-the-dropdown-menu#post-48705</link>
			<pubDate>Wed, 28 Mar 2012 04:21:36 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">48705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dilanrdnd,&#60;/p&#62;
&#60;p&#62;You would add the code below to your custom.css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top #nav li ul a {
    background: none repeat scroll 0 0 #000000;
    border-color: -moz-use-text-color #C3C3C3 #C3C3C3;
    border-right: 1px solid #C3C3C3;
}
#top #nav li ul a:hover {
    background: none repeat scroll 0 0 #000000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You would change &#60;strong&#62;#000000&#60;/strong&#62; to whatever background color you would like. I also included border-color and border-right in case you wanted to change those colors too.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dilanrdnd on "how to change the bg colour of the dropdown menu"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-bg-colour-of-the-dropdown-menu#post-48667</link>
			<pubDate>Tue, 27 Mar 2012 23:52:54 +0000</pubDate>
			<dc:creator>dilanrdnd</dc:creator>
			<guid isPermaLink="false">48667@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi&#60;/p&#62;
&#60;p&#62;can you tell me how can i change the back ground colour of the main nav bars drop down menu?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
