<?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: Make Mixfolio Theme Menu Bar Static and Change Color</title>
		<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color</link>
		<description>WordPress.com Forums &#187; Topic: Make Mixfolio Theme Menu Bar Static and Change Color</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 19:57:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/make-mixfolio-theme-menu-bar-static-and-change-color" rel="self" type="application/rss+xml" />

		<item>
			<title>nduoma on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1023497</link>
			<pubDate>Thu, 27 Sep 2012 10:54:07 +0000</pubDate>
			<dc:creator>nduoma</dc:creator>
			<guid isPermaLink="false">1023497@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply<br />
Random: I just visited your blog and i love it :)<br />
I drove part of the Oregon coast (drove from Portland to Tillamook) in a rented red bug so your pictures made me smile. </p>
<p>Thanks again for your help!
</p>
]]></description>
					</item>
		<item>
			<title>nduoma on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1023491</link>
			<pubDate>Thu, 27 Sep 2012 10:45:39 +0000</pubDate>
			<dc:creator>nduoma</dc:creator>
			<guid isPermaLink="false">1023491@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much designsimply. The static part works as does the color changes. I would like to make some changes to the colors but I am a little overwhelmed by the long code. Do you mind telling me what each block does? that way I can play around with different options. </p>
<p>I would also like to make the text on the menu bar bigger and bolder. Please let me know how to do this.</p>
<p>One more question. On the pages, the page name shows up at the top in blue and a big font. Can i change the color and make it smaller?</p>
<p>I really appreciate you taking time to help me. Thanks again
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1023163</link>
			<pubDate>Wed, 26 Sep 2012 23:10:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1023163@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would recommend picking a solid color—that's my personal preference, I think it looks nicer.</p>
<p>If you do change the color, you may also want to change the font color and submenu font colors. It turns out there are a decent number of CSS rules to control the nicely thought out colors in that menu. :) Here's a quick run down using some basic orangey colors I picked out you can start with as an example if you'd like to work on changing the menu colors in the Mixfolio theme:</p>
<pre><code>color: orange;
	text-shadow: 0 -1px 0 rgba( 255, 0, 0, 0.25 );
	word-break: break-word;
}
#branding h1 a:hover,
#branding .brand a:hover,
#branding ul .active &gt; a {
	background-color: transparent;
	background-color: rgba( 255, 0, 0, 0.05 );
	color: hotpink;
	text-decoration: none;
}
#branding div &gt; ul a:hover {
	color: chocolate;
}
#branding div &gt; ul .active &gt; a {
	background-color: orange;
	background-color: rgba( 255, 165, 0, 0.5 );
}
#branding div &gt; ul a.menu:hover,
#branding div &gt; ul li.open .menu,
#branding div &gt; ul .dropdown-toggle:hover,
#branding div &gt; ul .dropdown.open .dropdown-toggle {
	background: wheat;
	background: rgba( 245, 222, 179, 0.05 );
}
#branding div &gt; ul .sub-menu,
#branding div &gt; ul .children {
	background-color: wheat;
}
#branding div &gt; ul .sub-menu a,
#branding div &gt; ul .children a {
	color: black;
}
#branding div &gt; ul li.dropdown.open,
#branding div &gt; ul .sub-menu a.open,
#branding div &gt; ul .children a.open {
	background: orange;
	background: rgba( 255, 165, 0, 0.05 );
}
#branding div &gt; ul .sub-menu li a,
#branding div &gt; ul .children li a {
	color: black;
	text-shadow: none;
}
#branding div &gt; ul .sub-menu li a:hover,
#branding div &gt; ul .children li a:hover {
	background-color: chocolate;
	background-repeat: repeat-x;
	background-image: 0 to( #d2691e ) );
	background-image: 0 color-stop( 100%, #d2691e ) );
	background-image: linear-gradient( top, #ffa500, #d2691e );
	color: #fff;
}
#branding div &gt; ul .sub-menu .active a,
#branding div &gt; ul .children .active a {
	color: black;
	font-weight: bold;
}
#branding div &gt; ul .sub-menu .divider,
#branding div &gt; ul .children .divider {
	background-color: #222;
	border-color: #444;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1023152</link>
			<pubDate>Wed, 26 Sep 2012 22:57:19 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1023152@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The simplest update for a menu background color change would be this:</p>
<pre><code>#branding-inner,
#branding .fill {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1023150</link>
			<pubDate>Wed, 26 Sep 2012 22:56:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1023150@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For the static menu part, start with this:</p>
<pre><code>.columns {
	margin-top: 84px;
}
#branding {
	position: fixed;
	z-index: 9;
	width: 100%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>nduoma on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1022264</link>
			<pubDate>Wed, 26 Sep 2012 00:19:01 +0000</pubDate>
			<dc:creator>nduoma</dc:creator>
			<guid isPermaLink="false">1022264@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes I have
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1022248</link>
			<pubDate>Tue, 25 Sep 2012 23:59:33 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1022248@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have you purchased an annually renewable custom design upgrade <a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a>  so you can do the required CSS editing?  <a href="http://en.support.wordpress.com/custom-design/editing-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/editing-css/</a>
</p>
]]></description>
					</item>
		<item>
			<title>nduoma on "Make Mixfolio Theme Menu Bar Static and Change Color"</title>
			<link>http://en.forums.wordpress.com/topic/make-mixfolio-theme-menu-bar-static-and-change-color#post-1022190</link>
			<pubDate>Tue, 25 Sep 2012 23:14:30 +0000</pubDate>
			<dc:creator>nduoma</dc:creator>
			<guid isPermaLink="false">1022190@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello. I would like to make the menu bar in the mixfolio theme static so that it doesn't scroll up and ppl view page. Please let me know if how I can do this.<br />
I would also like to change the color of the menu bar from black to white or yellow if possible.</p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
