<?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: Adjusting menu, background, fonts and news widget questions</title>
		<link>http://www.kriesi.at/support/topic/adjusting-menu-background-fonts-and-news-widget-questions</link>
		<description>Support Forum - Topic: Adjusting menu, background, fonts and news widget questions</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:06:50 +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/adjusting-menu-background-fonts-and-news-widget-questions" rel="self" type="application/rss+xml" />

		<item>
			<title>nugent44 on "Adjusting menu, background, fonts and news widget questions"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-menu-background-fonts-and-news-widget-questions#post-20202</link>
			<pubDate>Tue, 31 May 2011 15:51:56 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">20202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am still having trouble changing the color of the navigation bar. I would like to make the navigation bar background brown, the text an off-white, and the box hover color a subtle teal. I tried the code in number 4 above, but it didn't work. I'm sure I must be doing something wrong, I appreciate your help and any more advice you can give.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adjusting menu, background, fonts and news widget questions"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-menu-background-fonts-and-news-widget-questions#post-20052</link>
			<pubDate>Sat, 28 May 2011 14:08:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You need to replace the white background areas with (semi)transparent images or you need to remove the background colors/images. Mainly it's&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main{
background: url(../images/transparent.png) repeat;
}

.header_bg{
background: url(../images/transparent.png) repeat;
}

#footer{
background: url(../images/transparent.png) repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- you can use firebug to determine all colored areas.&#60;/p&#62;
&#60;p&#62;2) Can you post a link to a sample page please.&#60;/p&#62;
&#60;p&#62;3) Open up includes/register-styles.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;array(
		&#38;#39;elements&#38;#39;	=&#38;gt; &#38;#39;.cufon_headings&#38;#39;,
		&#38;#39;key&#38;#39;	=&#38;gt;	&#38;#39;cufon&#38;#39;,
		&#38;#39;value&#38;#39;		=&#38;gt; avia_get_option(&#38;#39;avia, font_heading&#38;#39;)
		),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;array(
		&#38;#39;elements&#38;#39;	=&#38;gt; &#38;#39;.cufon_headings,.avia_mega li a&#38;#39;,
		&#38;#39;key&#38;#39;	=&#38;gt;	&#38;#39;cufon&#38;#39;,
		&#38;#39;value&#38;#39;		=&#38;gt; avia_get_option(&#38;#39;avia, font_heading&#38;#39;)
		),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4) Add followingh css code to custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia_mega a{
color: #fff;
}

.avia_mega a:hover{
color: #333;
}

#top .avia_mega &#38;gt; .current-menu-item &#38;gt; a, #top .avia_mega &#38;gt; li:hover &#38;gt; a{
color: #333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the color as you like.&#60;/p&#62;
&#60;p&#62;5) It's a big image which is controlled with following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .avia_mega ul ul li, #top .avia_mega &#38;gt; li &#38;gt; ul li {
    background-image: url(&#38;quot;../images/skin1/menu_arrow.png&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the image path, replace the image or exclude it by changing the property to &#34;none&#34;.&#60;/p&#62;
&#60;p&#62;6) Add following to custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.news-thumb{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;7) Yes - open up includes/register-styles.php and delete:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;array(
		&#38;#39;elements&#38;#39;	=&#38;gt; &#38;#39;.cufon_headings&#38;#39;,
		&#38;#39;key&#38;#39;	=&#38;gt;	&#38;#39;cufon&#38;#39;,
		&#38;#39;value&#38;#39;		=&#38;gt; avia_get_option(&#38;#39;avia, font_heading&#38;#39;)
		),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then include the google font css code in custom.css and apply it to the elements you want to use the font with.&#60;/p&#62;
&#60;p&#62;8) If you want to remove the image add following code to custom.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post-date-comment-container {
    background: none transparent;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>soulnecta on "Adjusting menu, background, fonts and news widget questions"</title>
			<link>http://www.kriesi.at/support/topic/adjusting-menu-background-fonts-and-news-widget-questions#post-19977</link>
			<pubDate>Fri, 27 May 2011 08:12:39 +0000</pubDate>
			<dc:creator>soulnecta</dc:creator>
			<guid isPermaLink="false">19977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry if these questions have been answered already. I have a few questions about adjusting Broadscope:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Custom background image on a stretched layout?&#60;/strong&#62;&#60;br /&#62;
How can I set a custom background image for the entire site on a stretched layout where the background scrolls with the content, ie. when scrolling down the page, the background moves up and is not fixed.&#60;br /&#62;
Like this site, but where the background is not fixed: &#60;a href=&#34;http://schoenmann.at/&#34; rel=&#34;nofollow&#34;&#62;http://schoenmann.at/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How can I apply a box around a right aligned image with text description underneath?&#60;/strong&#62;&#60;br /&#62;
I tried using the info box but that seems to only go full width across the entire column. So I need a box I can put content in and align left or right with a fixed width.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How can I apply cufon font to the main menu links?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How can I change the colour of the main menu link, rollover and active boxes?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How can I take out or replace the bullet point arrows in the main menu?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How do I switch off display image thumbnail in the latest news widget?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Can I change the cufon special font to a standard google web font so it is selectable?&#60;/strong&#62;&#60;br /&#62;
Like the special font on this site: &#60;a href=&#34;http://schoenmann.at/&#34; rel=&#34;nofollow&#34;&#62;http://schoenmann.at/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How do I take out the comments circle graphic on the blog post? &#60;/strong&#62;&#60;br /&#62;
Does it require replacing the graphic and uploading an altered one?&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
