<?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 Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts</title>
		<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts</link>
		<description>Support Forum - Topic: Changing Font Size of Menu Descriptions, Archives, Categories &amp; Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 16:21:28 +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-font-size-of-menu-descriptions-archives-categories-recent-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Changing Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts#post-89989</link>
			<pubDate>Fri, 04 Jan 2013 03:16:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">89989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you got it figured out :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caharmer on "Changing Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts#post-89985</link>
			<pubDate>Fri, 04 Jan 2013 03:11:07 +0000</pubDate>
			<dc:creator>caharmer</dc:creator>
			<guid isPermaLink="false">89985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin! Thanks for responding. I was trying some things out myself and found that this worked:&#60;/p&#62;
&#60;p&#62;.sub-menu a {&#60;br /&#62;
font-family: &#34;myfontname&#34;; font-size: 14px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I think I am all set now. Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts#post-89981</link>
			<pubDate>Fri, 04 Jan 2013 03:01:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">89981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi caharmer,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .menu li ul a {
font-size: 13px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caharmer on "Changing Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts#post-89973</link>
			<pubDate>Fri, 04 Jan 2013 02:41:38 +0000</pubDate>
			<dc:creator>caharmer</dc:creator>
			<guid isPermaLink="false">89973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh, I just tried this and it worked:&#60;/p&#62;
&#60;p&#62;.widgettitle {&#60;br /&#62;
   font-size: 13px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Although I'm not sure if it changed anything else by accident!  The last thing I am trying to do is to make sub menu fonts larger (For example I have &#34;Portfolio&#34; in my main menu and if you hover over it, you can see &#34;People&#34; and &#34;Places&#34;).&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>caharmer on "Changing Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts#post-89971</link>
			<pubDate>Fri, 04 Jan 2013 02:38:17 +0000</pubDate>
			<dc:creator>caharmer</dc:creator>
			<guid isPermaLink="false">89971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much! Both of these work.  How would I change the &#34;Archives&#34;, &#34;Recent Posts&#34; and &#34;Categories&#34; font sizes? Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts#post-89744</link>
			<pubDate>Thu, 03 Jan 2013 06:22:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">89744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi caharmer,&#60;/p&#62;
&#60;p&#62;For the Menu Descriptions, try this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu li a span.main-menu-description {
   font-size: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, this one if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu li a span.main-menu-description {
   font-size: 10px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the font size (default 11px)&#60;/p&#62;
&#60;p&#62;For the Large Header, try this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .post-title.big_title {
   font-size: 40px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or, this one if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .post-title.big_title {
   font-size: 40px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the font size (default 53px)&#60;/p&#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>caharmer on "Changing Font Size of Menu Descriptions, Archives, Categories &#38; Recent Posts"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-of-menu-descriptions-archives-categories-recent-posts#post-89720</link>
			<pubDate>Thu, 03 Jan 2013 03:02:26 +0000</pubDate>
			<dc:creator>caharmer</dc:creator>
			<guid isPermaLink="false">89720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - I am trying to change the font size of my Menu Descriptions (for example, the text under &#34;Home&#34;, &#34;Portfolio&#34;, etc) and the &#34;Archives&#34;, &#34;Categories&#34; and &#34;Recent Posts&#34; headers. I would also love to know how to change the &#34;Large Header&#34; font on the Portfolio pages. I have tried several things, including:&#60;br /&#62;
.main_menu .menu li a span {font-size: 12px;}&#60;/p&#62;
&#60;p&#62;which have not worked. Any help you could provide would be great. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
