<?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 - User Favorites: villumtobe</title>
		<link><a href='http://www.kriesi.at/support/profile/villumtobe'>villumtobe</a></link>
		<description>Support Forum - User Favorites: villumtobe</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 04:58:24 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Social icons always in color"</title>
			<link>http://www.kriesi.at/support/topic/social-icons-always-in-color#post-59361</link>
			<pubDate>Fri, 08 Jun 2012 15:55:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">59361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that worked for you! Let us know if you have any other issues :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smighty on "Social icons always in color"</title>
			<link>http://www.kriesi.at/support/topic/social-icons-always-in-color#post-59145</link>
			<pubDate>Thu, 07 Jun 2012 03:27:22 +0000</pubDate>
			<dc:creator>smighty</dc:creator>
			<guid isPermaLink="false">59145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is perfect. Thank you, Mya!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Social icons always in color"</title>
			<link>http://www.kriesi.at/support/topic/social-icons-always-in-color#post-59142</link>
			<pubDate>Thu, 07 Jun 2012 02:50:49 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">59142@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi smighty,&#60;/p&#62;
&#60;p&#62;What's happening is the white icon is displaying against the white background which essentially causes the icon to disappear. What you'll need to do is change &#34;transparent&#34; to the background-color listed on the hover state.&#60;/p&#62;
&#60;p&#62;I've done the RSS icon for you here:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.social_bookmarks .rss{background: #ffa133 url(/wp-content/themes/angular/images/layout/icon-rss.png) -42px center  no-repeat !important;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smighty on "Social icons always in color"</title>
			<link>http://www.kriesi.at/support/topic/social-icons-always-in-color#post-58602</link>
			<pubDate>Sun, 03 Jun 2012 13:25:37 +0000</pubDate>
			<dc:creator>smighty</dc:creator>
			<guid isPermaLink="false">58602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael-&#60;br /&#62;
When I changed the 0 to 42px, the icons disappear unless I hover. Here's the block of code that I changed (with the changes) and below it is the block of code following it, for context. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .rss{background: transparent url(../images/layout/icon-rss.png) -42px center  no-repeat;}
.social_bookmarks .facebook{background: transparent url(../images/layout/icon-facebook.png) -42px center  no-repeat;}
.social_bookmarks .twitter{background: transparent url(../images/layout/icon-twitter.png) -42px center  no-repeat;}
.social_bookmarks .mail{background: transparent url(../images/layout/icon-mail.png) -42px center  no-repeat;}
.social_bookmarks .dribbble{background: transparent url(../images/layout/icon-dribbble.png) -42px center  no-repeat;}
.social_bookmarks .linkedin{background: transparent url(../images/layout/icon-linkedin.png) -42px center  no-repeat;}
.social_bookmarks .search{background: transparent url(../images/layout/icon-search-top.png) -42px center  no-repeat;}
.social_bookmarks .gplus{background: transparent url(../images/layout/icon-gplus.png) -42px center  no-repeat;}&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks .rss:hover	 {background-position: -42px center; background-color:#ffa133;}
.social_bookmarks .facebook:hover{background-position: -42px center; background-color:#37589b;}
.social_bookmarks .twitter:hover {background-position: -42px center; background-color:#46d4fe;}
.social_bookmarks .mail:hover    {background-position: -42px center; background-color:#9fae37;}
.social_bookmarks .dribbble:hover{background-position: -42px center; background-color:#e44885;}
.social_bookmarks .linkedin:hover{background-position: -42px center; background-color:#419cca;}
.social_bookmarks .search:hover  {background-position: -42px center; background-color:#222222;}
.social_bookmarks .gplus:hover   {background-position: -42px center; background-color:#de5a49;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "Social icons always in color"</title>
			<link>http://www.kriesi.at/support/topic/social-icons-always-in-color#post-58590</link>
			<pubDate>Sun, 03 Jun 2012 07:33:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">58590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Go to your CSS folder and open layout.css. Look for social_bookmarks .rss. Notice that the background position for each social media icon is  0 center. Just change those to -42px center.&#60;/p&#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>smighty on "Social icons always in color"</title>
			<link>http://www.kriesi.at/support/topic/social-icons-always-in-color#post-58577</link>
			<pubDate>Sun, 03 Jun 2012 03:46:20 +0000</pubDate>
			<dc:creator>smighty</dc:creator>
			<guid isPermaLink="false">58577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there-&#60;br /&#62;
I'd like to remove the pre-hover effect on the social icons at the top. Instead of having the white background and a color background on hover, I'd like to see the color background all the time.&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
