<?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: changing colors/size in menu type?</title>
		<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type</link>
		<description>Support Forum - Topic: changing colors/size in menu type?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 18:56:48 +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/changing-colorssize-in-menu-type" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "changing colors/size in menu type?"</title>
			<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type#post-30222</link>
			<pubDate>Sun, 23 Oct 2011 00:42:17 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30222@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as for your Home item you can edit this in your Dashboard under Appearance &#38;gt; Menus.&#60;/p&#62;
&#60;p&#62;I've also found it's extremely hard to style the headings when using custom fonts for Heading Font, it's best to go for no custom font, the styling should then work without problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>armenko on "changing colors/size in menu type?"</title>
			<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type#post-30008</link>
			<pubDate>Thu, 20 Oct 2011 13:13:01 +0000</pubDate>
			<dc:creator>armenko</dc:creator>
			<guid isPermaLink="false">30008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks Chris, I was able to get menu copy to show &#34;white&#34;, but couldn't get anything to work on the hover effect and color change for the hover?...also where does &#34;Home&#34; page reside, is it a default?....thanks&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://armkoproperties.com/&#34; rel=&#34;nofollow&#34;&#62;http://armkoproperties.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "changing colors/size in menu type?"</title>
			<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type#post-29937</link>
			<pubDate>Thu, 20 Oct 2011 02:14:12 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In the theme folder you've uploaded (flashlight) there is another folder called &#34;css&#34;, in there you'll find dark-skin.css.&#60;br /&#62;
In that dark-skin.css file you should look for the first bit of code I pasted. You can then replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu a {
     border-bottom: 1px solid #343434;
     color: #333333;
}&#38;lt;code&#38;gt;by&#38;lt;/code&#38;gt;.main_menu .menu a {
     border-bottom: 1px solid #343434;
     color: #ff0099;
     font-size:20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This would give you a pink menu item with a font-size of 20px. The pieces of code after that part (which I also pasted above) also contain color values of other menu-related colors which you can also edit using the hex color codes I linked in my previous post.&#60;/p&#62;
&#60;p&#62;It is important you edit the file you've uploaded on your server - you can also edit the file that isn't online and then overwrite the online file with your newly edited file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>armenko on "changing colors/size in menu type?"</title>
			<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type#post-29924</link>
			<pubDate>Thu, 20 Oct 2011 01:10:07 +0000</pubDate>
			<dc:creator>armenko</dc:creator>
			<guid isPermaLink="false">29924@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;where is that CSS folder located exactly, and could it be pasted in as a snippet, and how...Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "changing colors/size in menu type?"</title>
			<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type#post-29923</link>
			<pubDate>Thu, 20 Oct 2011 01:05:35 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your css folder find dark-skin.css&#60;br /&#62;
Here you can look for&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu a {
     border-bottom: 1px solid #343434;
     color: #333333;
}

.main_menu .menu li a span {
     color: #999999;
}

#top .main_menu .menu ul li a {
     border-bottom: 1px solid #343434;
     color: #888888;
}

#top .main_menu .menu ul li a:hover {
     color: #555555;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the &#60;a href=&#34;http://www.2createawebsite.com/build/hex-colors.html&#34;&#62;hex color codes&#60;/a&#62; in there to adjust the colors. I believe you're mainly searching for the first one ( color: #333333; ), if you'd like to make it pink you'd make it :  color: #ff0099; and so on.&#60;br /&#62;
The size can be adjusted by adding the following right below the color property.&#60;br /&#62;
&#60;code&#62;font-size: 20px;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So it would become:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu a {
     border-bottom: 1px solid #343434;
     color: #ff0099;
     font-size:20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>armenko on "changing colors/size in menu type?"</title>
			<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type#post-29920</link>
			<pubDate>Thu, 20 Oct 2011 00:31:59 +0000</pubDate>
			<dc:creator>armenko</dc:creator>
			<guid isPermaLink="false">29920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;spent hours searching all of &#34;support&#34; and it looks like many folks are struggling with changing menu colors and font size of menu easily, in recent themes...Flashlight is great theme, menus font color issue making me feel real stupid, because I coulda had this site done today, tried to adjust color here but it never worked, I am a real coding beginner: Thanks for any advice&#60;/p&#62;
&#60;p&#62;main_menu .menu li a strong {&#60;br /&#62;
display:block;&#60;br /&#62;
font-size:14px;&#60;br /&#62;
font-weight:normal;&#60;br /&#62;
cursor: pointer;&#60;br /&#62;
text-transform: uppercase;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>armenko on "changing colors/size in menu type?"</title>
			<link>http://www.kriesi.at/support/topic/changing-colorssize-in-menu-type#post-29903</link>
			<pubDate>Wed, 19 Oct 2011 21:04:43 +0000</pubDate>
			<dc:creator>armenko</dc:creator>
			<guid isPermaLink="false">29903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;how can this be done, to bad it is not a simple feature in admin panel....thanks for help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
