<?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: Updating the Menu</title>
		<link>http://www.kriesi.at/support/topic/updating-the-menu</link>
		<description>Support Forum - Topic: Updating the Menu</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 01:02:32 +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/updating-the-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Updating the Menu"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-menu#post-71423</link>
			<pubDate>Thu, 16 Aug 2012 19:05:12 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh, sorry! I totally missed that question.&#60;/p&#62;
&#60;p&#62;What you'll need to do is create your image then upload it to your images/skin2/ folder or your Media Library. Once you've done that open style2.css and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrapper_head {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add the code below to set the background image like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrapper_head {
    background: url(&#38;quot;../images/skin2/customBGhead.png&#38;quot;) repeat-y scroll center 0 transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Make sure when you do this you also remove .boxed #wrapper_head from the snippet below that starts on line 85.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.boxed #wrapper_head, .boxed #wrapper_main, .boxed #wrapper_footer_top, .boxed #wrapper_footer_bottom {
    background: none repeat scroll 0 0 #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let us know if you need help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BillThorness on "Updating the Menu"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-menu#post-71048</link>
			<pubDate>Tue, 14 Aug 2012 20:55:49 +0000</pubDate>
			<dc:creator>BillThorness</dc:creator>
			<guid isPermaLink="false">71048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Mia! &#60;/p&#62;
&#60;p&#62;Any word on me being able to place an image across the entire top menu? I know I can add a PNG with a transparent background to my logo, but I'd ideally like to place a single image stretching across the top of my blog what the logo and menu text sat above. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Updating the Menu"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-menu#post-71002</link>
			<pubDate>Tue, 14 Aug 2012 18:04:12 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71002@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open your header.php and find this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#set the fonts and colors defined at the backend
$applyCustomFontTo = &#38;#39;#top h1, #top  h2, #top h3, #top  h4, #top  h5, #top  h6, #top  legend, #top .sliderheading, .big_button strong, .dynamicFont&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace the above with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#set the fonts and colors defined at the backend
$applyCustomFontTo = &#38;#39;#top h1, #top  h2, #top h3, #top  h4, #top  h5, #top  h6, #top  legend, #top .sliderheading, #top .nav, .big_button strong, .dynamicFont&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BillThorness on "Updating the Menu"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-menu#post-70994</link>
			<pubDate>Tue, 14 Aug 2012 16:15:05 +0000</pubDate>
			<dc:creator>BillThorness</dc:creator>
			<guid isPermaLink="false">70994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Help!?!?!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BillThorness on "Updating the Menu"</title>
			<link>http://www.kriesi.at/support/topic/updating-the-menu#post-70525</link>
			<pubDate>Fri, 10 Aug 2012 19:53:34 +0000</pubDate>
			<dc:creator>BillThorness</dc:creator>
			<guid isPermaLink="false">70525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I see I can set the font of my headers and sidebar titles with a quick selection, but how can I change the font in the menu? I'd like the font in my headers to match my menu. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://coolseasongardening.com/&#34; rel=&#34;nofollow&#34;&#62;http://coolseasongardening.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, can I place a background image across the entire top header/ menu? I'd like to place an image that looks like spinach growing across the top of my site with my logo and my menu text living above it. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
