<?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: Blue - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/blue</link>
		<description>WordPress.com Forums &#187; Tag: Blue - Recent Posts</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 08:03:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/blue" rel="self" type="application/rss+xml" />

		<item>
			<title>billymoses on "Admin Color Scheme"</title>
			<link>http://en.forums.wordpress.com/topic/admin-color-scheme#post-1096989</link>
			<pubDate>Mon, 17 Dec 2012 09:18:05 +0000</pubDate>
			<dc:creator>billymoses</dc:creator>
			<guid isPermaLink="false">1096989@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On my wordpress.com blog I'm simply trying to change the admin color scheme from gray to blue, but when I do this I keep getting the follow error:</p>
<p>"ERROR: Sorry, you cannot reuse a password you have used recently."</p>
<p>I just changed my password less than a week ago.</p>
<p>What I get from this is that every time I want to change something in my personal settings, I have to change my password as well?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Coraline Colors"</title>
			<link>http://en.forums.wordpress.com/topic/coraline-colors#post-1025171</link>
			<pubDate>Sat, 29 Sep 2012 00:40:28 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1025171@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are going to LOVE the custom colors feature. It shows up when you have purchased the <a href="http://en.support.wordpress.com/custom-design/custom-colors/">Custom Design upgrade</a> for your blog. </p>
<p>You can see how it works on this help page:<br />
<a href="http://en.support.wordpress.com/custom-design/custom-colors/" rel="nofollow">http://en.support.wordpress.com/custom-design/custom-colors/</a></p>
<p>Check out the video at the bottom of the page!
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Coraline Colors"</title>
			<link>http://en.forums.wordpress.com/topic/coraline-colors#post-1019973</link>
			<pubDate>Sun, 23 Sep 2012 20:46:31 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1019973@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Let us know if that works for you.
</p>
]]></description>
					</item>
		<item>
			<title>trschell on "Coraline Colors"</title>
			<link>http://en.forums.wordpress.com/topic/coraline-colors#post-1019970</link>
			<pubDate>Sun, 23 Sep 2012 20:41:59 +0000</pubDate>
			<dc:creator>trschell</dc:creator>
			<guid isPermaLink="false">1019970@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Great, thanks
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Coraline Colors"</title>
			<link>http://en.forums.wordpress.com/topic/coraline-colors#post-1019969</link>
			<pubDate>Sun, 23 Sep 2012 20:41:05 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1019969@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I identified the links in the code I provided.  You paste that in your CSS customization box, changing the colors to something that works with your theme.  You can then do a preview to see how it looks.
</p>
]]></description>
					</item>
		<item>
			<title>trschell on "Coraline Colors"</title>
			<link>http://en.forums.wordpress.com/topic/coraline-colors#post-1019963</link>
			<pubDate>Sun, 23 Sep 2012 20:33:51 +0000</pubDate>
			<dc:creator>trschell</dc:creator>
			<guid isPermaLink="false">1019963@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks very much for the quick response.  I did change the background a bit and the blue color is now at least readable.  And yes, I meant to change all of the active links to a single color, other than the blue.  So if I want to do that, do I need to identify all of the areas that are currently blue?  I am really at the pre-school level on this stuff.  And if I do this once do I have to do it again every time???  Thanks in advance.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Coraline Colors"</title>
			<link>http://en.forums.wordpress.com/topic/coraline-colors#post-1019877</link>
			<pubDate>Sun, 23 Sep 2012 19:23:02 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1019877@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I looked at your theme, and when you say Tag Cloud etc, if you mean all the blue active links (which do clash with your background) this is what you would need to add to your CSS, changing the colors to ones that go with your theme.  Be aware that the "a" means that this is a link color, so choose something that plays well with your theme but still alerts your user that it IS a link. If you just want to select specific areas to change, then we will need to identify other code. Personally I think they all need changing. This is the code you will want to put in EXCEPT you will replace the color numbers with the numbers for your chosen color.  See the w3 color picker for just one source on colors (<a href="http://www.w3schools.com/tags/ref_colorpicker.asp">http://www.w3schools.com/tags/ref_colorpicker.asp</a>)</p>
<pre><code>a { color:#0060ff;}

 a:visited { color:#333;}

a:active,
a:hover { color:#df000}</code></pre>
]]></description>
					</item>
		<item>
			<title>trschell on "Coraline Colors"</title>
			<link>http://en.forums.wordpress.com/topic/coraline-colors#post-1019772</link>
			<pubDate>Sun, 23 Sep 2012 17:47:23 +0000</pubDate>
			<dc:creator>trschell</dc:creator>
			<guid isPermaLink="false">1019772@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can I change the bright blue color used for the tag cloud etc?  I only see color options for background and title.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880959</link>
			<pubDate>Mon, 07 May 2012 19:30:30 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">880959@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I went to Google search and found thes instructions for you &#62; <a href="http://www.ehow.com/how_12223724_disable-browser-plugins-extensions-addons.html" rel="nofollow">http://www.ehow.com/how_12223724_disable-browser-plugins-extensions-addons.html</a>
</p>
]]></description>
					</item>
		<item>
			<title>armoniadispirito on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880941</link>
			<pubDate>Mon, 07 May 2012 19:17:22 +0000</pubDate>
			<dc:creator>armoniadispirito</dc:creator>
			<guid isPermaLink="false">880941@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@wank...multiple browsers are showing these hyperlinked words</p>
<p>would you like me to find out specifically WHICH ONES?</p>
<p>also, can you please tell me how to disable add-ins/plugins so we can check?
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880922</link>
			<pubDate>Mon, 07 May 2012 18:58:41 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">880922@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We don't run ads like that.</p>
<p>As mentioned by Wank, try disabling all of your browser add-ons or extensions.
</p>
]]></description>
					</item>
		<item>
			<title>wank on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880879</link>
			<pubDate>Mon, 07 May 2012 17:44:30 +0000</pubDate>
			<dc:creator>wank</dc:creator>
			<guid isPermaLink="false">880879@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Usually this sort of thing is down to a browser add-on or plugin; what browser are you using? Do the links show up in other browsers? Do they show up when add-ons or plugins are disabled?
</p>
]]></description>
					</item>
		<item>
			<title>armoniadispirito on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880817</link>
			<pubDate>Mon, 07 May 2012 16:14:43 +0000</pubDate>
			<dc:creator>armoniadispirito</dc:creator>
			<guid isPermaLink="false">880817@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@auxclass</p>
<p>uploaded three screen shots to my Life Coaching with Marcia Clark media library with blue hyperlinked words clearly visable: </p>
<p>screen shots of ads - 1, screen shots of ads - 2 and screen shots of ads - 3</p>
<p>please update asap...I've paid for the upgrade and am really upset that ads are STILL APPEARING on my site</p>
<p>thanks for you prompt reply
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880814</link>
			<pubDate>Mon, 07 May 2012 16:06:46 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">880814@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Grab a screen shot or three and save them to your media library then you can refer the staff to the screen shots - that will reduce the confusion.
</p>
]]></description>
					</item>
		<item>
			<title>armoniadispirito on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880811</link>
			<pubDate>Mon, 07 May 2012 16:01:17 +0000</pubDate>
			<dc:creator>armoniadispirito</dc:creator>
			<guid isPermaLink="false">880811@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We have paid for the NO ADS upgrade for the Coaching by Clark site...<br />
not for the Armonia di Spirito blog.</p>
<p>We are referring to the Coaching by Clark site: <a href="http://coachingbyclark.com/" rel="nofollow">http://coachingbyclark.com/</a></p>
<p>THERE IS NO REASON WE SHOULD HAVE ANY ADS!!!!</p>
<p>The upgrade has been paid for...there should be no highlighted blue hyperlink words to ads. Again, I can send you a screenshot of the blue hyperlinks</p>
<p>I can email you a screenshot if you send me an email address.</p>
<p>Thanks and please update me ASAP!
</p>
]]></description>
					</item>
		<item>
			<title>armoniadispirito on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880768</link>
			<pubDate>Mon, 07 May 2012 14:53:18 +0000</pubDate>
			<dc:creator>armoniadispirito</dc:creator>
			<guid isPermaLink="false">880768@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much!!   I will try and be patient...but this has a big impact on my business and impression of my clients.  This is a new website and is circulating quickly so I don't want inappropriate ads, etc.  to be displayed.  I SO APPRECIATE your help!!!!  Have a great day!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880764</link>
			<pubDate>Mon, 07 May 2012 14:49:35 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">880764@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have flagged this thread for Staff attention and can do no more that that. Please be patient while waiting for a response.
</p>
]]></description>
					</item>
		<item>
			<title>armoniadispirito on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880763</link>
			<pubDate>Mon, 07 May 2012 14:48:11 +0000</pubDate>
			<dc:creator>armoniadispirito</dc:creator>
			<guid isPermaLink="false">880763@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much for your responses.  I did purchase the "no ads" and this is still happening in my content and I can't get a response from Support.  The issue now is Blue underlined words..that I didn't underline...and are creating ads.  Yes, it is real hard to trouble shoot your own site when you can't see what is going on.  </p>
<p>I also sent them screen shots. </p>
<p>Thanks for all the help...<br />
Any advice on how to "break through" to Support?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880760</link>
			<pubDate>Mon, 07 May 2012 14:43:51 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">880760@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you feel an ad is inappropriate please take a <a href="http://en.support.wordpress.com/make-a-screenshot/">screenshot</a> of it and send it to Staff by emailing <a href="mailto:support@wordpress.com">support@wordpress.com</a>  or upload it into your Media Library
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880759</link>
			<pubDate>Mon, 07 May 2012 14:43:13 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">880759@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>WordPress.com has been running advertising on our free hosted blogs since 2006. Many bloggers do not know this because despite the fact they ticked the box required to get a free blog, they did not read the <a href="http://en.wordpress.com/tos/">ToS.</a> Many also do not read  <a href="http://wordpress.com/features/">features page,</a> or <a href="http://en.support.wordpress.com/advertising/">advertising entry</a> in the support documents after registering their username and blog(s).  Also note that as the ads do not display to us when we are logged in, and as many use browsers with ad blockers when logged out, they may not realize they are there at all. The only way to get rid of all advertising on our free hosted WordPress.com blogs is to purchase an annually renewable <a href="http://en.support.wordpress.com/no-ads/">No-Ads upgrade</a>.
</p>
]]></description>
					</item>
		<item>
			<title>armoniadispirito on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880756</link>
			<pubDate>Mon, 07 May 2012 14:39:59 +0000</pubDate>
			<dc:creator>armoniadispirito</dc:creator>
			<guid isPermaLink="false">880756@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The website is coachingbyclark.com NOT armoniadispirito that is having the challenge..Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>armoniadispirito on "Words underlined in BLUE- linking to websites/ads - that are random in content"</title>
			<link>http://en.forums.wordpress.com/topic/words-underlined-in-blue-linking-to-websitesads-that-are-random-in-content#post-880753</link>
			<pubDate>Mon, 07 May 2012 14:38:55 +0000</pubDate>
			<dc:creator>armoniadispirito</dc:creator>
			<guid isPermaLink="false">880753@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I need help...I can't get this off of my site...see e-mail string below.  Basicly there are words showing up in my content..that are underlined and blue...not created by me....and are linked to websites and ads. Not very professional on my site....</p>
<p>Notes: MORE issues...very concerned!!  Need you to email [email redacted] ASAP.<br />
Between the ads that I didn't realize where going to happen and was this was a very big negative for my new site...and didn't look very professional...and now this.<br />
1) I have words that are randomly selected in my content that are underlined in blue (not by me) and they are a link that go out to other websites and some that are really not appropriate at all for a business site.  Please explain why this is happening and how I can fix it.  They also are not the same words all the time.<br />
Here are some examples of the words doing this. And my sister cleaned her computer and it is still happening. </p>
<p>Create Legacy<br />
Monday<br />
Insurance<br />
Gifts<br />
Estate planning<br />
Discover gift pages<br />
Gifts<br />
appling<br />
What is life coaching<br />
work phone<br />
The phone gifts<br />
Meet Marcia<br />
Human resource<br />
Testemonials<br />
Career<br />
Life ...<br />
Special<br />
offers<br />
Human resources<br />
There are MANY more...here are some screen shots.</p>
<p>2) Worst part is...I can't see these from my computer...just like the ads.  Other people discovered them and reported them. My designer nor myself as administrators could see them.<br />
3) I will attach some screen shots for you.<br />
PLEASE  ADVISE ASAP!  This is impacting my business image and impression of my work.<br />
It would be great if you could call me at ..... right away.<br />
Thanks so much.<br />
Marcia Clark<br />
-----Original Message-----<br />
From: Jon - WordPress.com [mailto:[email redacted]]<br />
Sent: Friday, May 04, 2012 10:03 AM<br />
To: [email redacted]<br />
Subject: [#1194965]: inappropriate embedded youtube videos :(</p>
<p>&#62;<br />
&#62; my blog: coachingbyclark.com is showing embedded (and inappropriate)<br />
&#62; youtube videos :(<br />
&#62;<br />
&#62; some people are seeing them when browsing the site and others aren't...<br />
&#62;<br />
&#62;<br />
&#62; please help right away! we paid an extra $50 for the debut theme :(<br />
&#62;<br />
&#62; this shouldn't be happening!</p>
<p>Hi Marcia<br />
I'm sorry for your experience. Without a screen-grab, I'm not 100% sure but I believe this is a video advertisement. Are you aware that WordPress.com runs advertisements? Are you also aware that there is a no-ads upgrade? Also, you indicate that the video is inappropriate. Is it inappropriate because you didn't expect it there or was there something about the content that is inappropriate?</p>
<p>Thanks, Jon<br />
Jon B.<br />
Ads Lead<br />
WordPress.com &#124; Automattic
</p>
]]></description>
					</item>
		<item>
			<title>credencedawg on "The bars in site stats not visible"</title>
			<link>http://en.forums.wordpress.com/topic/the-bars-in-site-stats-not-visible#post-874951</link>
			<pubDate>Sun, 29 Apr 2012 11:28:48 +0000</pubDate>
			<dc:creator>credencedawg</dc:creator>
			<guid isPermaLink="false">874951@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've also noticed this same problem, hoping it's a glitch going to be rectified
</p>
]]></description>
					</item>
		<item>
			<title>pranavreloaded on "The bars in site stats not visible"</title>
			<link>http://en.forums.wordpress.com/topic/the-bars-in-site-stats-not-visible#post-874609</link>
			<pubDate>Sat, 28 Apr 2012 18:54:42 +0000</pubDate>
			<dc:creator>pranavreloaded</dc:creator>
			<guid isPermaLink="false">874609@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've been noticing it for more than two weeks that the bars are not visible in the site stats page at all. But if I hover over the blank columns it shows data like views:34 but why can't I see them in those blue coloured bars?
</p>
]]></description>
					</item>
		<item>
			<title>zevenkamprotterdam on "Garland theme still uses wrong color for Sticky message and"</title>
			<link>http://en.forums.wordpress.com/topic/garland-theme-still-uses-wrong-color-for-sticky-message-and#post-851793</link>
			<pubDate>Wed, 28 Mar 2012 09:13:50 +0000</pubDate>
			<dc:creator>zevenkamprotterdam</dc:creator>
			<guid isPermaLink="false">851793@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I understand, but it seems a bit drastic to start paying for custom CSS, just to change this thing, still it's something I didn't see in other themes.<br />
And I chose this theme as it meets my desire for a good theme most.<br />
I can live with this...<br />
Thanks,<br />
Leo.
</p>
]]></description>
					</item>
		<item>
			<title>iamtakashi on "Garland theme still uses wrong color for Sticky message and"</title>
			<link>http://en.forums.wordpress.com/topic/garland-theme-still-uses-wrong-color-for-sticky-message-and#post-851549</link>
			<pubDate>Wed, 28 Mar 2012 00:33:35 +0000</pubDate>
			<dc:creator>iamtakashi</dc:creator>
			<guid isPermaLink="false">851549@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@zevenkamp</p>
<p>&#62; Is this by (default) design that a Sticky header background color is the same as the link color?</p>
<p>The default color of sticky header seems slightly different blue from the link color (odd) but If I check our record, sticky post title has background color for 4 years in Garland.</p>
<p>It maybe a good idea to change the default background color for sticky post title to the same color as the link color but we don't have a plan to remove it at this point.</p>
<p>If you want to keep the post at the top as sticky but don't want to have the background color, you will need to remove it by CSS with Custom Design upgrade.</p>
<p>@justpi<br />
You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>zevenkamp on "Garland theme still uses wrong color for Sticky message and"</title>
			<link>http://en.forums.wordpress.com/topic/garland-theme-still-uses-wrong-color-for-sticky-message-and#post-851201</link>
			<pubDate>Tue, 27 Mar 2012 19:33:34 +0000</pubDate>
			<dc:creator>zevenkamp</dc:creator>
			<guid isPermaLink="false">851201@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>All is well (again) at the OK Rotterdam ;)<br />
Thanks for the fix, and sorry for the hr, I was wrong.<br />
One thing still puzzles me with this Sticky thing.<br />
Is this by (default) design that a Sticky header background color is the same as the link color?<br />
Because now, due to the fact that I have to leave my header of my sticky empty (because it's a time table, with it's own header) it's a solid maroon bar.<br />
I would prefer this to be the same as a 'norma' message header, but still, like I said, if this a default design thing in a theme, I have said nothing...<br />
Then I will try something else...<br />
Thanks again,<br />
Leo.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Garland theme still uses wrong color for Sticky message and"</title>
			<link>http://en.forums.wordpress.com/topic/garland-theme-still-uses-wrong-color-for-sticky-message-and#post-851054</link>
			<pubDate>Tue, 27 Mar 2012 17:14:41 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">851054@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks from me, Takashi: I was using Garland before switching to TMA, and we had requested this years ago - in vain. But there was no theme team then!
</p>
]]></description>
					</item>
		<item>
			<title>iamtakashi on "Garland theme still uses wrong color for Sticky message and"</title>
			<link>http://en.forums.wordpress.com/topic/garland-theme-still-uses-wrong-color-for-sticky-message-and#post-850980</link>
			<pubDate>Tue, 27 Mar 2012 15:22:26 +0000</pubDate>
			<dc:creator>iamtakashi</dc:creator>
			<guid isPermaLink="false">850980@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi zevenkamp,</p>
<p>We are sorry to have kept you waiting for this. We've made changes to Garland theme so that the custom colors are now applied to both the background color of sticky posts title and hr element with the following rules. </p>
<ul>
<li>The background color of sticky post title is the same color as the custom link color.</li>
<li>hr element is the same color as the custom text color.</li>
</ul>
<p>I hope you are happy about this change and please let me know if you need further assistance.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Garland theme still uses wrong color for Sticky message and"</title>
			<link>http://en.forums.wordpress.com/topic/garland-theme-still-uses-wrong-color-for-sticky-message-and#post-850292</link>
			<pubDate>Mon, 26 Mar 2012 19:50:28 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">850292@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I located your closed thread here . <a href="http://en.forums.wordpress.com/topic/garland-theme-uses-wrong-color-for-sticky-message?replies=6" rel="nofollow">http://en.forums.wordpress.com/topic/garland-theme-uses-wrong-color-for-sticky-message?replies=6</a><br />
I'm flagging this thread so it's moved to the Themes Forum where Themes Staff monitor the threads and will reply to you.
</p>
]]></description>
					</item>

	</channel>
</rss>
