<?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; Tag: comment bubble - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/comment-bubble</link>
		<description>WordPress.com Forums &#187; Tag: comment bubble - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 07:56:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/comment-bubble" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "comment bubble"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubble-1#post-1258508</link>
			<pubDate>Tue, 07 May 2013 13:36:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258508@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To hide the comment bubbles that appear around comments at the bottom of individual posts in the Twenty Eleven theme, add this to your Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel:</p>
<pre><code>.commentlist &gt; li:before {
	content: &quot;&quot;;
}
.commentlist &gt; li.comment {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}</code></pre>
<p>Adjust the margin and padding values as needed.
</p>
]]></description>
					</item>
		<item>
			<title>lostdingotravel on "comment bubble"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubble-1#post-1257661</link>
			<pubDate>Mon, 06 May 2013 20:51:19 +0000</pubDate>
			<dc:creator>lostdingotravel</dc:creator>
			<guid isPermaLink="false">1257661@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'm trying to remove that awful comment bubble on the twenty eleven them, wp.com NOT wp.org. I have the custom upgrade and when i enter the codes that ive found on here and save it, nothing happens. Also, I'm yet to find a preview button. Thanks
</p>
]]></description>
					</item>
		<item>
			<title>iliketoplayindirt on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1195154</link>
			<pubDate>Tue, 26 Mar 2013 01:50:53 +0000</pubDate>
			<dc:creator>iliketoplayindirt</dc:creator>
			<guid isPermaLink="false">1195154@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, all! Very very helpful!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1194407</link>
			<pubDate>Mon, 25 Mar 2013 19:00:18 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1194407@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2) What element controls the text color within the text bubble?</p></blockquote>
<p>The text showing the number of comments is a link, so the ".entry-header .comments-link a" selector in the example above is how to target the text, and the "color" property changes its color.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1191345</link>
			<pubDate>Fri, 22 Mar 2013 19:12:15 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1191345@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The hover color of the comment bubble is here:</p>
<pre><code>article.feature-image.small .entry-summary p a:hover, .entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active, .feature-slider a.active {
background-color: #EBB667;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>iliketoplayindirt on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1190849</link>
			<pubDate>Fri, 22 Mar 2013 13:39:50 +0000</pubDate>
			<dc:creator>iliketoplayindirt</dc:creator>
			<guid isPermaLink="false">1190849@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First of all, thank you both for your help! The suggestions are wonderful! I used the suggestion below:<br />
.entry-header .comments-link a {<br />
	background-color: #48d1cc;<br />
	border-color: #008080;<br />
	color: #000080;<br />
}<br />
This works very well! Two quesions: 1) How do I control the hover color of the text bubble and, 2) What element controls the text color within the text bubble?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1190776</link>
			<pubDate>Fri, 22 Mar 2013 11:33:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1190776@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To change the background color, border color, and link color of the comment bubble in the Twenty Eleven theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.entry-header .comments-link a {
	background-color: #48d1cc;
	border-color: #008080;
	color: #000080;
}</code></pre>
<p>Note that you can adjust the <a href="http://en.wikipedia.org/wiki/Web_colors#X11_color_names">color codes</a> as needed.</p>
<p>There's no need to change out the image as advised in the other thread because the image is actually a mask. Pretty clever!</p>
<p>Make sure to remove this part of your current custom CSS before adding the example from above or the link color won't change:</p>
<pre><code>.comments-link a, .no-reply a {
	color: #073693 !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>iliketoplayindirt on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1190542</link>
			<pubDate>Fri, 22 Mar 2013 03:16:43 +0000</pubDate>
			<dc:creator>iliketoplayindirt</dc:creator>
			<guid isPermaLink="false">1190542@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, now I feel like an idiot! You must have used the very tags I identified for this entry to find that answer. Yes, very helpful! Still trying to figure out how to change the color of the text inside the bubble (number of comments).
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1190377</link>
			<pubDate>Thu, 21 Mar 2013 23:03:49 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1190377@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I searched for you. Does this help? <a href="http://en.forums.wordpress.com/topic/twenty-eleven-comment-bubble-background?replies=13" rel="nofollow">http://en.forums.wordpress.com/topic/twenty-eleven-comment-bubble-background?replies=13</a>
</p>
]]></description>
					</item>
		<item>
			<title>iliketoplayindirt on "Change default comment bubble color in Twenty Eleven theme."</title>
			<link>http://en.forums.wordpress.com/topic/change-default-comment-bubble-color-in-twenty-eleven-theme#post-1190369</link>
			<pubDate>Thu, 21 Mar 2013 23:00:54 +0000</pubDate>
			<dc:creator>iliketoplayindirt</dc:creator>
			<guid isPermaLink="false">1190369@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My blog is based upon the customized Twenty Eleven theme. Using the black background option, the default comment bubble color is almost invisible on my blog . People have asked me if they are able to leave comments because the can't see the comment bubble! What CSS text can I add to change the color of the default comment bubble and the number inside? Thanks in advance for your help! JH
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Comment Bubble Color Change in Ever After Theme"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubble-color-change-in-ever-after-theme#post-1184941</link>
			<pubDate>Sun, 17 Mar 2013 19:24:56 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1184941@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>rondaleefallontest on "Comment Bubble Color Change in Ever After Theme"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubble-color-change-in-ever-after-theme#post-1184926</link>
			<pubDate>Sun, 17 Mar 2013 19:13:45 +0000</pubDate>
			<dc:creator>rondaleefallontest</dc:creator>
			<guid isPermaLink="false">1184926@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you! Success!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Comment Bubble Color Change in Ever After Theme"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubble-color-change-in-ever-after-theme#post-1184221</link>
			<pubDate>Sat, 16 Mar 2013 22:25:19 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1184221@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try and edit the color hex code as desired.</p>
<pre><code>.comments-link a, .no-reply a {
color: #CC0000 !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>rondaleefallontest on "Comment Bubble Color Change in Ever After Theme"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubble-color-change-in-ever-after-theme#post-1184147</link>
			<pubDate>Sat, 16 Mar 2013 21:13:11 +0000</pubDate>
			<dc:creator>rondaleefallontest</dc:creator>
			<guid isPermaLink="false">1184147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Look past the mess on my test blog, just working out some colors for my "Real" blog.  Would like to change the color of the comment bubble text.  Can someone provide me with the CSS code for that to enter into my custom design CSS section?</p>
<p>thank you!
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-980042</link>
			<pubDate>Sat, 18 Aug 2012 05:51:09 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">980042@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No, there isn't.
</p>
]]></description>
					</item>
		<item>
			<title>daynesislendesign on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-980025</link>
			<pubDate>Sat, 18 Aug 2012 04:03:00 +0000</pubDate>
			<dc:creator>daynesislendesign</dc:creator>
			<guid isPermaLink="false">980025@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the feed-back. How will they know to do that? I guess I could mention it in the body of the blog.</p>
<p>Is there a way to add the link at the bottom? All the other themes seem to have it.
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-979865</link>
			<pubDate>Fri, 17 Aug 2012 22:05:24 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">979865@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Your blog's theme doesn't actually have a worded link for comments.</p>
<p>Instead of clicking a link like "Comments," folks will click the speech bubble at the top-right corner.
</p>
]]></description>
					</item>
		<item>
			<title>daynesislendesign on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-979686</link>
			<pubDate>Fri, 17 Aug 2012 19:29:06 +0000</pubDate>
			<dc:creator>daynesislendesign</dc:creator>
			<guid isPermaLink="false">979686@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-978818</link>
			<pubDate>Thu, 16 Aug 2012 20:11:44 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">978818@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Now I see what you mean. That's so odd that I have flagged this thread to be moved to the Themes Forum where you can get Themes Staff attention.
</p>
]]></description>
					</item>
		<item>
			<title>daynesislendesign on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-978795</link>
			<pubDate>Thu, 16 Aug 2012 19:52:09 +0000</pubDate>
			<dc:creator>daynesislendesign</dc:creator>
			<guid isPermaLink="false">978795@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your help but....<br />
It's not that the comments are not showing up, it's that there is nothing to click on to leave a comment for each post. I have several other blogs with WordPress, they all have the word "Comment" at the bottom of each post for readers to leave comments. daynesislendesign.wordpress.com does not.</p>
<p>I have set everything up the same way as on the other blogs.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-978698</link>
			<pubDate>Thu, 16 Aug 2012 18:28:30 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">978698@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Note that unless you use P2, a twitter-like theme, comments are collapsed on the front page of your blog where our posts are "showcased". The way the comments function is coded into the core of WordPress and we cannot chnage this. By clicking the post title or the comments link the posts on the front page open on their own page where all comments display. </p>
<p>The reason for this structure is that in a new blog one does not have many posts or comments. In an established blog if the comments did not collapse on the front page it would become a mile long in no time flat and page loading time is a page ranking factor. We have only seconds before visitors refuse to wait and click out.
</p>
]]></description>
					</item>
		<item>
			<title>daynesislendesign on "Comment option not showing even after trying suggestions"</title>
			<link>http://en.forums.wordpress.com/topic/comment-option-not-showing-even-after-trying-suggestions#post-978448</link>
			<pubDate>Thu, 16 Aug 2012 15:27:37 +0000</pubDate>
			<dc:creator>daynesislendesign</dc:creator>
			<guid isPermaLink="false">978448@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have read all the comments and help on this forum and followed all the suggestions. I have turned on comments in the general Discussion area and on each post. The comment option still does not show under each article. </p>
<p>I have signed out and resigned in as someone else before going to the blog and I still can't see the comment option under each post.</p>
<p><a href="http://daynesislendesign.wordpress.com" rel="nofollow">http://daynesislendesign.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>theopensuitcase on "Comment Cloud in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/comment-cloud-in-twenty-eleven#post-886702</link>
			<pubDate>Tue, 15 May 2012 09:55:13 +0000</pubDate>
			<dc:creator>theopensuitcase</dc:creator>
			<guid isPermaLink="false">886702@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Comment Cloud in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/comment-cloud-in-twenty-eleven#post-886199</link>
			<pubDate>Mon, 14 May 2012 17:33:36 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">886199@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here &#62; <a href="http://en.forums.wordpress.com/topic/twenty-eleven-comment-bubble-1?replies=2#post-839017" rel="nofollow">http://en.forums.wordpress.com/topic/twenty-eleven-comment-bubble-1?replies=2#post-839017</a>
</p>
]]></description>
					</item>
		<item>
			<title>theopensuitcase on "Comment Cloud in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/comment-cloud-in-twenty-eleven#post-886197</link>
			<pubDate>Mon, 14 May 2012 17:32:01 +0000</pubDate>
			<dc:creator>theopensuitcase</dc:creator>
			<guid isPermaLink="false">886197@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes.  I'm referring to the bubble.  I have purchased the upgrade and css editing.  Just don't know what code to add?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Comment Cloud in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/comment-cloud-in-twenty-eleven#post-886149</link>
			<pubDate>Mon, 14 May 2012 16:26:21 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">886149@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't know what you mean by "comment cloud"? Are you referring to the comment bubble that displays the number of comments on posts? If you are then purchasing an annually renewable <a href="http://en.support.wordpress.com/custom-design/">custom design upgrade </a>and <a href="http://en.support.wordpress.com/editing-css/">CSS editing</a> are required.  See here &#62; <a href="http://en.forums.wordpress.com/topic/twenty-eleven-comment-bubble-1?replies=2#post-839017" rel="nofollow">http://en.forums.wordpress.com/topic/twenty-eleven-comment-bubble-1?replies=2#post-839017</a>
</p>
]]></description>
					</item>
		<item>
			<title>theopensuitcase on "Comment Cloud in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/comment-cloud-in-twenty-eleven#post-886018</link>
			<pubDate>Mon, 14 May 2012 11:11:28 +0000</pubDate>
			<dc:creator>theopensuitcase</dc:creator>
			<guid isPermaLink="false">886018@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do you remove the comment cloud?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Comment bubbles on static pages"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubbles-on-static-pages#post-393051</link>
			<pubDate>Sun, 18 Oct 2009 01:16:19 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">393051@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.
</p>
]]></description>
					</item>
		<item>
			<title>mattkailey on "Comment bubbles on static pages"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubbles-on-static-pages#post-393050</link>
			<pubDate>Sun, 18 Oct 2009 01:14:05 +0000</pubDate>
			<dc:creator>mattkailey</dc:creator>
			<guid isPermaLink="false">393050@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you. I figured it out, I think, thanks to your help. I set up a test page after doing what you said, and it doesn't have the comments bubble on it, so I think it might have something to do with the way I set up my original page. So I'm just going to delete that original page and start over with it, now that I know how to do this. I think it will be right next time. Thanks so much for your help. I really appreciate it.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Comment bubbles on static pages"</title>
			<link>http://en.forums.wordpress.com/topic/comment-bubbles-on-static-pages#post-393049</link>
			<pubDate>Sun, 18 Oct 2009 01:04:13 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">393049@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Uncheck "allow comments" then click "update post." Make sure when you go to view the page that you force refresh the page. If you are using IE, then you might even have to clear your browser cache.
</p>
]]></description>
					</item>

	</channel>
</rss>
