<?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: Fonts and Horizontal Rule</title>
		<link>http://www.kriesi.at/support/topic/fonts-and-horizontal-rule</link>
		<description>Support Forum - Topic: Fonts and Horizontal Rule</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 11:50:11 +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/fonts-and-horizontal-rule" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Fonts and Horizontal Rule"</title>
			<link>http://www.kriesi.at/support/topic/fonts-and-horizontal-rule#post-23636</link>
			<pubDate>Thu, 28 Jul 2011 06:47:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23636@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) You can use following code to affect all menu items:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia_mega li a {
    font-size: 15px;
    font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to use a different submenu items style you need use following code too:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia_mega li a li a {
    font-size: 13px;
    font-weight: normal;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) It's hard to say because it depends on the widget, html element, etc. but basically something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widget{
    font-size: 13px;
    color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;should help you. For links use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widget a{
    color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and for headlines:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .widget h3{
    font-size: 13px;
    color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) You can apply a border to the mega menu:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .avia_mega1, .main_menu .avia_mega2, .main_menu .avia_mega3, .main_menu .avia_mega4, .main_menu .avia_mega5{
border: 1px dotted #333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and/or dropdown:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sub-menu{
border: 1px dotted #333;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>blilly on "Fonts and Horizontal Rule"</title>
			<link>http://www.kriesi.at/support/topic/fonts-and-horizontal-rule#post-23527</link>
			<pubDate>Tue, 26 Jul 2011 15:12:45 +0000</pubDate>
			<dc:creator>blilly</dc:creator>
			<guid isPermaLink="false">23527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;here's the page -- &#60;a href=&#34;http://dev.pcmginteractive.com/brunhouse/&#34; rel=&#34;nofollow&#34;&#62;http://dev.pcmginteractive.com/brunhouse/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1) When i added the code for issue #1 it simply made the drop down menu items larger, but not the main menu items...?? &#60;/p&#62;
&#60;p&#62;2) In terms of sidebar menus, i was more interested in manipulating the font - color/size/style. got the adding &#38;amp; editing part down. &#60;/p&#62;
&#60;p&#62;3) the menu container code simply creates what looks like an hr at the base of the header section... any recs on making it outline the dropdown? &#60;/p&#62;
&#60;p&#62;I know several of these could be fixed using a different color scheme - i was trying for a super clean look w/ primary in w/ the minimalist style being #ffffff but am hoping there are ways to editing the parts that need tweaking. Also in this category, the send button on the contact page which is coded rather than a linked image file.  I love the Avia framework and overall prefer it over other WP systems but some of the others, Gallantry for example, offers a much broader range of options in setting up the color scheme and general appearance...&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated. &#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Fonts and Horizontal Rule"</title>
			<link>http://www.kriesi.at/support/topic/fonts-and-horizontal-rule#post-23475</link>
			<pubDate>Tue, 26 Jul 2011 06:33:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23475@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Use following code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .avia_mega ul a {
    font-size: 15px;
    font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the headlines use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .avia_mega h1, #top .main_menu .avia_mega h2, #top .main_menu .avia_mega h3, #top .main_menu .avia_mega h4, #top .main_menu .avia_mega h5, #top .main_menu .avia_mega h6 {
    font-size: 15px;
    font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) I'd use the &#34;Custom Menu&#34; widget. First create a &#34;sidebar&#34; menu (Appearance &#38;gt; Menus) and then go to Apearance &#38;gt; Widgets. Drag'n'drop the custom menu widget into a sidebar widget area and select the right menu.&#60;/p&#62;
&#60;p&#62;3) I'd use following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu_header .container{
border-bottom: 1px dotted #C0C0C0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the styling, borders, etc.&#60;/p&#62;
&#60;p&#62;4) Can you post a link to the page/post where the problem occurs?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blilly on "Fonts and Horizontal Rule"</title>
			<link>http://www.kriesi.at/support/topic/fonts-and-horizontal-rule#post-23455</link>
			<pubDate>Tue, 26 Jul 2011 00:43:36 +0000</pubDate>
			<dc:creator>blilly</dc:creator>
			<guid isPermaLink="false">23455@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Working on the header a bit and have a couple questions... &#60;/p&#62;
&#60;p&#62;1)  How do you edit the main menu font (want to increase to 15px and bold) without impacting the rest of the site's font. &#60;/p&#62;
&#60;p&#62;inserted the snippet below in the quick css box but it of course changes the entire site. &#60;/p&#62;
&#60;p&#62;body {&#60;br /&#62;
    font-size: 15px;&#60;br /&#62;
font-weight: bold&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;any recs? &#60;/p&#62;
&#60;p&#62;2) how/where can i edit/manipulate other side bar menus.&#60;/p&#62;
&#60;p&#62;3)  I would like to add a thin border to the main menu in the minimalist theme. Any suggestions? &#60;/p&#62;
&#60;p&#62;finally, &#60;/p&#62;
&#60;p&#62;4) There's a horizontal rule that keeps showing up at the base of every page between main content and footer. it's not in the template and can't seem to find it in the css. &#60;/p&#62;
&#60;p&#62;Thank you! &#60;/p&#62;
&#60;p&#62;Brendan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
