<?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: Color of navigation menu</title>
		<link>http://www.kriesi.at/support/topic/color-of-navigation-menu</link>
		<description>Support Forum - Topic: Color of navigation menu</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 21:20:40 +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/color-of-navigation-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>harberentsen on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83593</link>
			<pubDate>Tue, 13 Nov 2012 09:34:10 +0000</pubDate>
			<dc:creator>harberentsen</dc:creator>
			<guid isPermaLink="false">83593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the suggestion! I didn't get it to work with that piece of code, but I added that font family to layout.css and now it works perfectly!&#60;/p&#62;
&#60;p&#62;Thanks for all your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83589</link>
			<pubDate>Tue, 13 Nov 2012 08:50:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83589@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, you can use following css code and change the font family value if you like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_menu ul.menu li {
font-family: Arial;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harberentsen on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83581</link>
			<pubDate>Tue, 13 Nov 2012 08:27:13 +0000</pubDate>
			<dc:creator>harberentsen</dc:creator>
			<guid isPermaLink="false">83581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did the trick! Thanks a bunch, Ismael!&#60;/p&#62;
&#60;p&#62;Last question, is it possible to alter the font type of the navigation menu into, for example, a Google web font?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83544</link>
			<pubDate>Tue, 13 Nov 2012 02:26:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83544@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi harberentsen,&#60;/p&#62;
&#60;p&#62;Kindly replace the code I have given you with this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu {
   background: #ccc;
   bottom: 0;
   left: -50%;
   margin: 0;
   padding: 9px 0;
   position: absolute;
   width: 200%;
}

.menu-main-menu-container {
   display: block;
   height: 100%;
   margin: 0 auto;
   width: 930px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harberentsen on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83437</link>
			<pubDate>Mon, 12 Nov 2012 11:14:50 +0000</pubDate>
			<dc:creator>harberentsen</dc:creator>
			<guid isPermaLink="false">83437@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! We're getting closer;) I don't want to take up too much of your time, but as you can see from the picture there's still a blank space left and right of the menu. Is it possible to fill those parts as well?&#60;/p&#62;
&#60;p&#62;Here's a picture: &#60;a href=&#34;http://i48.tinypic.com/ndsg7.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i48.tinypic.com/ndsg7.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, I had just edited my post, if it's not too much trouble, could you answer the question about the font type as well?&#60;/p&#62;
&#60;p&#62;Your help is really appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83435</link>
			<pubDate>Mon, 12 Nov 2012 10:58:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83435@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi harberentsen,&#60;/p&#62;
&#60;p&#62;Try to use this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu {
   background: #ccc;
   margin: 0;
   padding: 9px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the background color value. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harberentsen on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83429</link>
			<pubDate>Mon, 12 Nov 2012 10:25:21 +0000</pubDate>
			<dc:creator>harberentsen</dc:creator>
			<guid isPermaLink="false">83429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh, my bad. this is a direct link to the image: &#60;a href=&#34;http://i47.tinypic.com/10p14t3.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i47.tinypic.com/10p14t3.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried that particular piece of code and it changed the font color, but only when I delete the other pieces of code I inserted into Quick CSS. It's a neat trick and I might use it, so thank you for that. However, I would like fill the navigation 'bar'. So I'd like to keep the header background white, but I'd want to give the background behind the navigation menu another color.&#60;/p&#62;
&#60;p&#62;Edit:&#60;/p&#62;
&#60;p&#62;I just came up with another question. Is it possible to change the font of the navigation menu as well? I'd like to change it into the same font used for the h1 etc tags.&#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83423</link>
			<pubDate>Mon, 12 Nov 2012 10:04:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi harberentsen,&#60;/p&#62;
&#60;p&#62;I can't see the image that you have posted. If its changing the top navigation menu color this code should work, just place it inside Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.header_color .main_menu ul:first-child &#38;gt; li &#38;gt; a, #top .header_color .main_menu .menu ul .current_page_item &#38;gt; a, #top .header_color .main_menu .menu ul .current-menu-item &#38;gt; a {
   color: #333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the color value. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harberentsen on "Color of navigation menu"</title>
			<link>http://www.kriesi.at/support/topic/color-of-navigation-menu#post-83414</link>
			<pubDate>Mon, 12 Nov 2012 08:56:45 +0000</pubDate>
			<dc:creator>harberentsen</dc:creator>
			<guid isPermaLink="false">83414@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;This must've been asked a million times already, but I can't find a satisfactory answer. I'm trying to change the color of the navigation bar, but the only thing I've succeeded at is changing the entire header. Is this possible? You'll find a picture below that hopefully explains what I want to change. &#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://tinypic.com/1r510jo4&#34;&#62;&#60;/p&#62;
&#60;p&#62;Hopefully you'll be able to help me out!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
