<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Getting rid of the gravatars in the &quot;like&quot; section under each post...?</title>
		<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post</link>
		<description>WordPress.com Forums &#187; Topic: Getting rid of the gravatars in the &quot;like&quot; section under each post...?</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 12:13:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post" rel="self" type="application/rss+xml" />

		<item>
			<title>doomdab on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-886675</link>
			<pubDate>Tue, 15 May 2012 08:47:06 +0000</pubDate>
			<dc:creator>doomdab</dc:creator>
			<guid isPermaLink="false">886675@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have no idea what any of the CSS stuff is, or how to work it.  But thanks anyway!  I've given up now and have turned off the "likes".   </p>
<p>Doomdab</p>
<p><a href="http://asjellis.wordpress.com/" rel="nofollow">http://asjellis.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-886219</link>
			<pubDate>Mon, 14 May 2012 17:57:05 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">886219@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>xoinmyroom on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-886031</link>
			<pubDate>Mon, 14 May 2012 11:43:51 +0000</pubDate>
			<dc:creator>xoinmyroom</dc:creator>
			<guid isPermaLink="false">886031@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's sad, thanks anyway!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-885990</link>
			<pubDate>Mon, 14 May 2012 10:00:48 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">885990@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>They are apparently loading the sharing CSS after your custom CSS which means it overrides the stuff we put into your custom CSS. I can get it to work in Firebug if I add it to the sharing specific stylesheet, but not if I add it to your custom CSS.</p>
<p>This might be a no-go.
</p>
]]></description>
					</item>
		<item>
			<title>xoinmyroom on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-885973</link>
			<pubDate>Mon, 14 May 2012 09:37:48 +0000</pubDate>
			<dc:creator>xoinmyroom</dc:creator>
			<guid isPermaLink="false">885973@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, thanks!</p>
<p>I tried but it doesn't work out.</p>
<p>I also add visibility: hidden;  (just in case...) and clean caches but gravatars are still shown.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-885933</link>
			<pubDate>Mon, 14 May 2012 08:27:05 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">885933@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@xoinmyroom, the following gets rid of the gravatars on your theme.</p>
<pre><code>.wpl-avatars {
display: none;
}</code></pre>
<p>@doomdab, we need a link to your site to know it this code would work for you, but I expect the code above would work on all themes here (as long as you had the Custom Design Upgrade).
</p>
]]></description>
					</item>
		<item>
			<title>xoinmyroom on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-885931</link>
			<pubDate>Mon, 14 May 2012 07:49:43 +0000</pubDate>
			<dc:creator>xoinmyroom</dc:creator>
			<guid isPermaLink="false">885931@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have the same problem Doomdab.</p>
<p>I checked CSS and there must be something to do with it... (you need CSS custimization upgrade)</p>
<p>div.sharedaddy ul.wpl-avatars, .wpl-likebox {<br />
    margin: 0 -2px 0 0 !important;<br />
    overflow: hidden;<br />
    padding-top: 10px !important;<br />
}</p>
<p>I tried a couple of changes (+ add visibility: hidden; ) but I haven't been lucky...<br />
Hope we can get some clue!</p>
<p>Thanks!!!
</p>
]]></description>
					</item>
		<item>
			<title>doomdab on "Getting rid of the gravatars in the &quot;like&quot; section under each post...?"</title>
			<link>http://en.forums.wordpress.com/topic/getting-rid-of-the-gravatars-in-the-like-section-under-each-post#post-877220</link>
			<pubDate>Wed, 02 May 2012 16:03:05 +0000</pubDate>
			<dc:creator>doomdab</dc:creator>
			<guid isPermaLink="false">877220@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello.  Does anyone know how to get rid of the gravatars in the "like" section under each post?  I want people to be able to "like" my posts, but I don't want all the multicoloured gravatars sitting beneath it, purely for aesthetic reasons.  My wordpress theme never used to show them, but now does, and it sort of ruins the simplicity and minimalism of my blog.  Help is much appreciated.  Thanking you all in advance....
</p>
]]></description>
					</item>

	</channel>
</rss>
