<?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: menu CSS changes? open social media links in new window?</title>
		<link>http://www.kriesi.at/support/topic/menu-css-changes</link>
		<description>Support Forum - Topic: menu CSS changes? open social media links in new window?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:31:56 +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/menu-css-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "menu CSS changes? open social media links in new window?"</title>
			<link>http://www.kriesi.at/support/topic/menu-css-changes#post-55015</link>
			<pubDate>Mon, 07 May 2012 17:12:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55015@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peezar,&#60;/p&#62;
&#60;p&#62;Can you provide a link to the site? I can't think of a reason why the target = _blank wouldn't work for the RSS feed only and maybe we can see whats going on by looking at the code live.&#60;/p&#62;
&#60;p&#62;@webdesignholic - Can you ask your question as a new support topic? I don't want to get any confused with multiple responses on very different subjects.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webdesignholic on "menu CSS changes? open social media links in new window?"</title>
			<link>http://www.kriesi.at/support/topic/menu-css-changes#post-54591</link>
			<pubDate>Fri, 04 May 2012 04:53:19 +0000</pubDate>
			<dc:creator>webdesignholic</dc:creator>
			<guid isPermaLink="false">54591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i want to know  where i change the color of menu and inner container body background.I do not find any option like Dispaly Setting or Menu Setting.Please guide me asap
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peezar on "menu CSS changes? open social media links in new window?"</title>
			<link>http://www.kriesi.at/support/topic/menu-css-changes#post-54589</link>
			<pubDate>Fri, 04 May 2012 03:22:20 +0000</pubDate>
			<dc:creator>peezar</dc:creator>
			<guid isPermaLink="false">54589@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;This works for all of the social media icons but how about the RSS one?  I was able to get all of the social media icons in the header to open in a new window except for the RSS.&#60;/p&#62;
&#60;p&#62;May I please ask you how we can get this done?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "menu CSS changes? open social media links in new window?"</title>
			<link>http://www.kriesi.at/support/topic/menu-css-changes#post-46823</link>
			<pubDate>Sun, 18 Mar 2012 07:34:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
						&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						&#38;lt;?php
						if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						 ?&#38;gt;
					&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;quot;social_bookmarks&#38;quot;&#38;gt;
						&#38;lt;li class=&#38;#39;rss&#38;#39;&#38;gt;&#38;lt;a target=&#38;#39;_blank&#38;#39; href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); ?&#38;gt;&#38;quot;&#38;gt;RSS&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
						&#38;lt;?php
						if($twitter = avia_get_option(&#38;#39;twitter&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;twitter&#38;#39;&#38;gt;&#38;lt;a target=&#38;#39;_blank&#38;#39; href=&#38;#39;http://twitter.com/&#38;quot;.$twitter.&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						if($facebook = avia_get_option(&#38;#39;facebook&#38;#39;)) echo &#38;quot;&#38;lt;li class=&#38;#39;facebook&#38;#39;&#38;gt;&#38;lt;a target=&#38;#39;_blank&#38;#39; href=&#38;#39;&#38;quot;.$facebook.&#38;quot;&#38;#39;&#38;gt;Twitter&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;quot;;
						 ?&#38;gt;
					&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Anna on "menu CSS changes? open social media links in new window?"</title>
			<link>http://www.kriesi.at/support/topic/menu-css-changes#post-46807</link>
			<pubDate>Sun, 18 Mar 2012 07:04:12 +0000</pubDate>
			<dc:creator>Anna</dc:creator>
			<guid isPermaLink="false">46807@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I've searched the files to change the following with no luck.&#60;/p&#62;
&#60;p&#62;1. Remove the underline from every hovered link and change to text-decoration: none. Can't seem to find this for both menus when searching the css files.&#60;/p&#62;
&#60;p&#62;2. Remove the arrows right before the links in the drop down menu of the main navigation.&#60;/p&#62;
&#60;p&#62;3. Want to open the social media links at the top in a new window. I put &#34;target=&#34;_blank&#34; into the code in the following section of header.php and there was an error?&#60;/p&#62;
&#60;p&#62;&#38;lt;ul class=&#34;social_bookmarks&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;li class='rss'&#38;gt;&#60;a&#62;&#34;&#38;gt;RSS&#60;/a&#62;&#60;br /&#62;
						&#38;lt;?php&#60;br /&#62;
						if($twitter = avia_get_option('twitter')) echo &#34;&#38;lt;li class='twitter'&#38;gt;&#60;a href='http://twitter.com/&#34;.$twitter.&#34;'&#62;Twitter&#60;/a&#62;&#34;;&#60;br /&#62;
						if($facebook = avia_get_option('facebook')) echo &#34;&#38;lt;li class='facebook'&#38;gt;&#60;a href='&#34;.$facebook.&#34;'&#62;Twitter&#60;/a&#62;&#34;;&#60;br /&#62;
						 ?&#38;gt;			&#60;/p&#62;
&#60;p&#62;					&#38;lt;!-- end social_bookmarks--&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
