<?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: Nav menu alignment, content background colours</title>
		<link>http://www.kriesi.at/support/topic/nav-menu-alignment-content-background-colours</link>
		<description>Support Forum - Topic: Nav menu alignment, content background colours</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 01:04:20 +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/nav-menu-alignment-content-background-colours" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Nav menu alignment, content background colours"</title>
			<link>http://www.kriesi.at/support/topic/nav-menu-alignment-content-background-colours#post-54686</link>
			<pubDate>Fri, 04 May 2012 16:21:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">54686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi herzfamily,&#60;/p&#62;
&#60;p&#62;I'm not sure what you mean. The Flashlight theme doesn't have a block selection on the menu. If you have a link to your site we can take a look at what you currently have set with your css and possibly give an update to achieve the look you are trying to get.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>herzfamily on "Nav menu alignment, content background colours"</title>
			<link>http://www.kriesi.at/support/topic/nav-menu-alignment-content-background-colours#post-54232</link>
			<pubDate>Wed, 02 May 2012 02:12:48 +0000</pubDate>
			<dc:creator>herzfamily</dc:creator>
			<guid isPermaLink="false">54232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya, &#60;/p&#62;
&#60;p&#62;I'm having similar problems with my main menu. I'm trying to get rid of the block when the page is selected, instead I would like to have text underline when you hover &#38;amp; click (selected). &#60;/p&#62;
&#60;p&#62;Please help.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Nav menu alignment, content background colours"</title>
			<link>http://www.kriesi.at/support/topic/nav-menu-alignment-content-background-colours#post-53283</link>
			<pubDate>Wed, 25 Apr 2012 14:00:50 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">53283@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi triffid,&#60;/p&#62;
&#60;p&#62;To get started, here's the code you can add to your Quick CSS or custom.css.&#60;/p&#62;
&#60;p&#62;1) This will reposition the sidebar to the left -&#60;br /&#62;
&#60;code&#62;.sidebar, .arrowslidecontrolls_fullscreen { left:0; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Note: You'll notice a jump when switching between pages. I'm trying to find the forum thread that talks about this issue.&#60;/p&#62;
&#60;p&#62;2) This will change the background color for the main nav and the slideshow controls -&#60;br /&#62;
&#60;code&#62;.sidebar .box, ..arrowslidecontrolls_fullscreen { background-color:#bcbec0; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;3) This should change the nav menu and title hover color -&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu .menu ul li a:hover {
    color: #555555 !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, #top .widgettitle a:hover, .relThumWrap:hover {
    color: #666666;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;4) This will change the font size for the main nav menu&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu li a strong {
    font-size: 14px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;5) This changes the background for the mini-content area but keeps the text at full opacity&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.entry-mini .box {
background-color: rgba(255,255,255,0.5);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll need to make adjustments as you see fit.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>triffid on "Nav menu alignment, content background colours"</title>
			<link>http://www.kriesi.at/support/topic/nav-menu-alignment-content-background-colours#post-53274</link>
			<pubDate>Wed, 25 Apr 2012 12:49:45 +0000</pubDate>
			<dc:creator>triffid</dc:creator>
			<guid isPermaLink="false">53274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I having some problems changing some settings&#60;/p&#62;
&#60;p&#62;1- I would like to move the main nav menu over to the left to touch the side of the window&#60;/p&#62;
&#60;p&#62;2- Change the background colours for menu and content areas but keep the transparency under the nav menu and sidebar ( to #bcbec0)&#60;/p&#62;
&#60;p&#62;3- Change the a hover colours for the nav menu and portfolio titles (while using droid sans cufon)&#60;/p&#62;
&#60;p&#62;4- Change font size for main nav menu smaller and porfolio item titles&#60;/p&#62;
&#60;p&#62;5- Change the transparency for the mini content area with keeping the text at full opacity ( I tried this but it also effects the text in the box too.&#60;/p&#62;
&#60;p&#62;.mini_content_display .box {&#60;br /&#62;
/* this sets the transparency */&#60;br /&#62;
zoom: 1;&#60;br /&#62;
filter: alpha(opacity=50);&#60;br /&#62;
opacity: 0.5;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Hope you can help me out,&#60;br /&#62;
Regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
