<?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 - Tag: mouse-over - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/mouse-over</link>
		<description>Support Forum - Tag: mouse-over - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 10:29:16 +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/tags/mouse-over" rel="self" type="application/rss+xml" />

		<item>
			<title>Jasmine Lovelstzy on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-112143</link>
			<pubDate>Sat, 18 May 2013 13:12:12 +0000</pubDate>
			<dc:creator>Jasmine Lovelstzy</dc:creator>
			<guid isPermaLink="false">112143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No problem Peter will post a new topic.&#60;/p&#62;
&#60;p&#62;thx&#60;br /&#62;
jasmine
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-112110</link>
			<pubDate>Sat, 18 May 2013 07:04:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, that's another issue imo. You can try it but it seems like the jumping image issue is related to the display attribute (display:inline vs display:block-inline). please do not use this thread for your questions - I don't want to mix things up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jaypopsu on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111977</link>
			<pubDate>Fri, 17 May 2013 16:59:43 +0000</pubDate>
			<dc:creator>jaypopsu</dc:creator>
			<guid isPermaLink="false">111977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Same issue as you Jasmine:  &#60;a href=&#34;http://www.kriesi.at/support/topic/problem-when-hover-on-image-alignement-with-firefox-and-opera-mac&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/problem-when-hover-on-image-alignement-with-firefox-and-opera-mac&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also wondering if this is the fix.  My issue only occurred in FF and not Chrome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jasmine Lovelstzy on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111959</link>
			<pubDate>Fri, 17 May 2013 15:53:53 +0000</pubDate>
			<dc:creator>Jasmine Lovelstzy</dc:creator>
			<guid isPermaLink="false">111959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this is the same/similar problem. &#60;/p&#62;
&#60;p&#62;- Firefox only: An image uploaded via Advanced Layout Editor goes from right to left after clicked or hoovered: &#60;/p&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://demo.globalads24.com/wp-content/uploads/2013/05/Picture26adj.jpg&#34; rel=&#34;nofollow&#34;&#62;http://demo.globalads24.com/wp-content/uploads/2013/05/Picture26adj.jpg&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Live site: &#60;a href=&#34;http://babyblueshelp.com&#34; rel=&#34;nofollow&#34;&#62;http://babyblueshelp.com&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Can we use the same code or wait for the updated version?&#60;/p&#62;
&#60;p&#62;thx&#60;br /&#62;
jasmine
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111953</link>
			<pubDate>Fri, 17 May 2013 15:27:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111953@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up the /js/avia.js file in your enfold folder, find lines 245-287 that look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;elements.on(&#38;#39;mouseenter&#38;#39;, function(e)
		{
			var link  		= $(this),
				current	 	= link.find(&#38;#39;img:first&#38;#39;),
				url		 	= link.attr(&#38;#39;href&#38;#39;),
				span_class	= &#38;quot;overlay-type-video&#38;quot;,
				opa			= 0.7;

			overlay = link.find(&#38;#39;.image-overlay&#38;#39;);

			if(!overlay.length)
			{
				if(current.outerHeight() &#38;gt; 100)
				{
				if(link.height() == 0) { link.addClass(current.get(0).className); current.get(0).className = &#38;quot;&#38;quot;; }
				if(!link.css(&#38;#39;position&#38;#39;) &#124;&#124; link.css(&#38;#39;position&#38;#39;) == &#38;#39;static&#38;#39;) { link.css({position:&#38;#39;relative&#38;#39;, overflow:&#38;#39;hidden&#38;#39;}); }
				if(!link.css(&#38;#39;display&#38;#39;) &#124;&#124; link.css(&#38;#39;display&#38;#39;) == &#38;#39;inline&#38;#39;) { link.css({display:&#38;#39;inline-block&#38;#39;}); }
				if( url.match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/) ) span_class = &#38;quot;overlay-type-image&#38;quot;;
				if(!url.match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;\.tif&#124;\.mov&#124;\.swf&#124;vimeo\.com&#124;youtube\.com)/) ) span_class = &#38;quot;overlay-type-extern&#38;quot;;

				overlay = $(&#38;quot;&#38;lt;span class=&#38;#39;image-overlay &#38;quot;+span_class+&#38;quot;&#38;#39; style=&#38;#39;opacity: 0;&#38;#39;&#38;gt;&#38;lt;span class=&#38;#39;image-overlay-inside&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;).appendTo(link);
				}
			}

			if(current.outerHeight() &#38;gt; 100)
			{
				overlay.css({left:current.position().left + parseInt(current.css(&#38;quot;margin-left&#38;quot;),10), top:current.position().top + parseInt(current.css(&#38;quot;margin-top&#38;quot;),10)})
					   .css({display:&#38;#39;block&#38;#39;,&#38;#39;height&#38;#39;:current.outerHeight(),&#38;#39;width&#38;#39;:current.outerWidth()}).stop().animate({opacity:opa}, 400);
			}
			else
			{
				overlay.css({display:&#38;quot;none&#38;quot;});
			}

		}).on(&#38;#39;mouseleave&#38;#39;, elements, function(){

			if(overlay.length)
			{
				overlay.stop().animate({opacity:0}, 400);
			}
		});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace the entire block above with the block below&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;elements.each(function(e)
        {
            var link  		= $(this),
                current	 	= link.find(&#38;#39;img:first&#38;#39;),
                url		 	= link.attr(&#38;#39;href&#38;#39;),
                span_class	= &#38;quot;overlay-type-video&#38;quot;;

            overlay = link.find(&#38;#39;.image-overlay&#38;#39;);

            if(!overlay.length)
            {
                    if(link.height() == 0) { link.addClass(current.get(0).className); current.get(0).className = &#38;quot;&#38;quot;; }
                    if(!link.css(&#38;#39;position&#38;#39;) &#124;&#124; link.css(&#38;#39;position&#38;#39;) == &#38;#39;static&#38;#39;) { link.css({position:&#38;#39;relative&#38;#39;, overflow:&#38;#39;hidden&#38;#39;}); }
                    if(!link.css(&#38;#39;display&#38;#39;) &#124;&#124; link.css(&#38;#39;display&#38;#39;) == &#38;#39;inline&#38;#39;) { link.css({display:&#38;#39;inline-block&#38;#39;}); }
                    if( url.match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;tif)/) ) span_class = &#38;quot;overlay-type-image&#38;quot;;
                    if(!url.match(/(jpg&#124;gif&#124;jpeg&#124;png&#124;\.tif&#124;\.mov&#124;\.swf&#124;vimeo\.com&#124;youtube\.com)/) ) span_class = &#38;quot;overlay-type-extern&#38;quot;;

                    overlay = $(&#38;quot;&#38;lt;span class=&#38;#39;image-overlay &#38;quot;+span_class+&#38;quot;&#38;#39; style=&#38;#39;opacity: 0;&#38;#39;&#38;gt;&#38;lt;span class=&#38;#39;image-overlay-inside&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;).appendTo(link);
            }
        });

		elements.on(&#38;#39;mouseenter&#38;#39;, function(e)
		{
			var link  		= $(this),
				current	 	= link.find(&#38;#39;img:first&#38;#39;),
				opa			= 0.7;

			overlay = link.find(&#38;#39;.image-overlay&#38;#39;);

			if(current.outerHeight() &#38;gt; 100)
			{
				overlay.css({left:current.position().left + parseInt(current.css(&#38;quot;margin-left&#38;quot;),10), top:current.position().top + parseInt(current.css(&#38;quot;margin-top&#38;quot;),10)})
					   .css({display:&#38;#39;block&#38;#39;,&#38;#39;height&#38;#39;:current.outerHeight(),&#38;#39;width&#38;#39;:current.outerWidth()}).stop().animate({opacity:opa}, 400);
			}
			else
			{
				overlay.css({display:&#38;quot;none&#38;quot;});
			}

		}).on(&#38;#39;mouseleave&#38;#39;, elements, function(){

			if(overlay.length)
			{
				overlay.stop().animate({opacity:0}, 400);
			}
		});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'll ask Kriesi to implement this fix in the next version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>graphmaster on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111876</link>
			<pubDate>Fri, 17 May 2013 05:31:10 +0000</pubDate>
			<dc:creator>graphmaster</dc:creator>
			<guid isPermaLink="false">111876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My images jump too.  I added them through the Add Media when editing in display mode.  I am not using columns, so how do I stop the jumping?  It does it in Chrome, IE and Firefox....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111865</link>
			<pubDate>Fri, 17 May 2013 05:14:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;Yeah, noticed it. I'm not sure if this will work. Add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;post-entry-11 .flex_column.av_one_third .avia_textblock p {
margin: 0.85em 0 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;.post-entry-11 .flex_column.av_one_third  {
min-height: 203px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;How did you add them anyway?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnball on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111727</link>
			<pubDate>Thu, 16 May 2013 19:19:01 +0000</pubDate>
			<dc:creator>johnball</dc:creator>
			<guid isPermaLink="false">111727@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;Images and text still jump though. Do you have a solution for that?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dure.ballmedia.com/&#34; rel=&#34;nofollow&#34;&#62;http://dure.ballmedia.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111533</link>
			<pubDate>Thu, 16 May 2013 01:13:28 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Please use this instead. It will render a transparent box and leave the circle behind. :)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.image-overlay.overlay-type-extern {
background: transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnball on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-111431</link>
			<pubDate>Wed, 15 May 2013 17:05:50 +0000</pubDate>
			<dc:creator>johnball</dc:creator>
			<guid isPermaLink="false">111431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That removed the white box, however, the image and text still 'jump' down when moused over in Firefox. In Safari, the logo moves slightly, but the text still jumps down.&#60;/p&#62;
&#60;p&#62;Is there a way to remedy this?&#60;/p&#62;
&#60;p&#62;I liked the 'circle' when moused over. Acted as a prompt. Is there a way to get that back without the white box?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-110147</link>
			<pubDate>Thu, 09 May 2013 21:01:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110147@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Might as well remove the circle because it is nested inside the box. You can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.image-overlay.overlay-type-extern {
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnball on "Images and Text jumps when moused over"</title>
			<link>http://www.kriesi.at/support/topic/images-and-text-jumps-when-moused-over#post-110140</link>
			<pubDate>Thu, 09 May 2013 20:31:52 +0000</pubDate>
			<dc:creator>johnball</dc:creator>
			<guid isPermaLink="false">110140@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A few concerns to address: &#60;/p&#62;
&#60;p&#62;My homepage has three logo images under the banner that jump downwards when you hover over them. The text spacing also jumps a little bit further away from the logos too. Is there a way to prevent them moving? Since I'm using a dark background, can I eliminate the 'white box' that shows when hovering over these logos? The circle is fine, but the box doesn't work here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dure.ballmedia.com/&#34; rel=&#34;nofollow&#34;&#62;http://dure.ballmedia.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Show title when &#34;mouse over&#34; partner logos"</title>
			<link>http://www.kriesi.at/support/topic/show-title-when-mouse-over-partner-logos#post-66812</link>
			<pubDate>Fri, 20 Jul 2012 23:49:14 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">66812@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; helper-templates.php find this code.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$img     = wp_get_attachment_image( $set[&#38;#39;img&#38;#39;] , &#38;#39;logo&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$img     = wp_get_attachment_image( $set[&#38;#39;img&#38;#39;] , &#38;#39;logo&#38;#39; , &#38;#39;0&#38;#39; , $default_attr = array(

																										&#38;#39;alt&#38;#39;   =&#38;gt; trim(strip_tags( get_post_meta($attachment_id, &#38;#39;_wp_attachment_image_alt&#38;#39;, true) )),
																										&#38;#39;title&#38;#39; =&#38;gt; trim(strip_tags( $attachment-&#38;gt;post_title )),
																									));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fla_dechen on "Show title when &#34;mouse over&#34; partner logos"</title>
			<link>http://www.kriesi.at/support/topic/show-title-when-mouse-over-partner-logos#post-66789</link>
			<pubDate>Fri, 20 Jul 2012 18:28:37 +0000</pubDate>
			<dc:creator>fla_dechen</dc:creator>
			<guid isPermaLink="false">66789@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello people,&#60;/p&#62;
&#60;p&#62;I found a thread about disabling title of images when &#34;mouse over&#34;. What I want is the opposite: is there a way to show title when &#34;mouse over&#34; partner logos?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Flavio
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Disable titles showing when &#34;mouse over&#34; images ?"</title>
			<link>http://www.kriesi.at/support/topic/disable-titles-showing-when-mouse-over-images#post-64934</link>
			<pubDate>Wed, 11 Jul 2012 05:09:59 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">64934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help! Let us know if you have any more questions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paullindqvist on "Disable titles showing when &#34;mouse over&#34; images ?"</title>
			<link>http://www.kriesi.at/support/topic/disable-titles-showing-when-mouse-over-images#post-64931</link>
			<pubDate>Wed, 11 Jul 2012 04:59:06 +0000</pubDate>
			<dc:creator>paullindqvist</dc:creator>
			<guid isPermaLink="false">64931@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanx!&#60;/p&#62;
&#60;p&#62;Worked fine!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Disable titles showing when &#34;mouse over&#34; images ?"</title>
			<link>http://www.kriesi.at/support/topic/disable-titles-showing-when-mouse-over-images#post-64917</link>
			<pubDate>Wed, 11 Jul 2012 04:07:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64917@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;Try to add this code on your footer.php and a bit above the &#38;lt;/body&#38;gt; code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery.noConflict();
(function($) {
  $(&#38;#39;[title]&#38;#39;).each( function() {
    var $this = $(this);
    $this.data(&#38;#39;title&#38;#39;,$this.attr(&#38;#39;title&#38;#39;));
    $this.removeAttr(&#38;#39;title&#38;#39;);
  });
})(jQuery);
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paullindqvist on "Disable titles showing when &#34;mouse over&#34; images ?"</title>
			<link>http://www.kriesi.at/support/topic/disable-titles-showing-when-mouse-over-images#post-64864</link>
			<pubDate>Tue, 10 Jul 2012 21:38:35 +0000</pubDate>
			<dc:creator>paullindqvist</dc:creator>
			<guid isPermaLink="false">64864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can i disable titles showing when &#34;mouse over&#34; images ? &#60;/p&#62;
&#60;p&#62;Thanx!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30730</link>
			<pubDate>Sun, 30 Oct 2011 02:22:22 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
yep, it's as simple as downloading, editing and re-uploading (&#38;amp; overwriting)!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>santara on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30652</link>
			<pubDate>Fri, 28 Oct 2011 04:22:17 +0000</pubDate>
			<dc:creator>santara</dc:creator>
			<guid isPermaLink="false">30652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi!&#60;br /&#62;
thanks for the reply.&#60;br /&#62;
however, im not an IT person so i don't know how to make new buttons. can i just download the files and then change their colour in a program and upload again to the same folder?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30577</link>
			<pubDate>Thu, 27 Oct 2011 00:19:35 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
thanks rumblefish for helping out, this sounds correct.&#60;br /&#62;
santara, if you could link to your site I can provide specific instructions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30536</link>
			<pubDate>Wed, 26 Oct 2011 17:27:47 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">30536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think the top and bottom social media icons are transparent .png files (images).  So you would need to create new ones in the colour you want, then fix the css to make them change colour when you roll over them. Or you could change the colour of a background image that goes behind them. The files are in the &#34;images&#34; folder of the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>santara on "Mouse-Over colour for social media buttons"</title>
			<link>http://www.kriesi.at/support/topic/mouse-over-colour-for-social-media-buttons#post-30523</link>
			<pubDate>Wed, 26 Oct 2011 14:18:24 +0000</pubDate>
			<dc:creator>santara</dc:creator>
			<guid isPermaLink="false">30523@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can i add a white colour mouse-over on the top and bottom social media buttons?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
