<?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: Changing the colour of the date-of-post circle for Bueno</title>
		<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1</link>
		<description>WordPress.com Forums &#187; Topic: Changing the colour of the date-of-post circle for Bueno</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 14:51:03 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-871901</link>
			<pubDate>Wed, 25 Apr 2012 02:58:56 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">871901@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There's a nifty way to change the colour of the date-of-post circle in the Bueno theme without an image:</p>
<pre><code>.post .date {
	background: black;
	border-radius: 50%;
}</code></pre>
<p>This example will not work for IE8 and lower because "border-radius" isn't supported in older Internet Explorer versions. However, the date would still be readable and appear as a black square just in those older Internet Explorer browser versions if anyone viewing your site is still using browsers that old.
</p>
]]></description>
					</item>
		<item>
			<title>nigelfeatherstone on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870857</link>
			<pubDate>Mon, 23 Apr 2012 20:51:11 +0000</pubDate>
			<dc:creator>nigelfeatherstone</dc:creator>
			<guid isPermaLink="false">870857@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks heaps, sacredpath.  That worked a treat.  Turned out to be pretty simple after all! Cheers, Nigel
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870452</link>
			<pubDate>Mon, 23 Apr 2012 10:21:46 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">870452@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nigel, sorry for the "she." I didn't look at your username.</p>
<p>Create the image. You will want to make it a PNG with a transparent background (71px x 71px), upload the image to your media library, get the URL of that image and then replace the URL in the following background declaration (between the double quote marks) in your CSS.</p>
<pre><code>.post .date {
background: url(&quot;http://verityla.files.wordpress.com/2012/01/vl-date-circle.jpg&quot;) no-repeat scroll left top transparent;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>nigelfeatherstone on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870408</link>
			<pubDate>Mon, 23 Apr 2012 08:52:39 +0000</pubDate>
			<dc:creator>nigelfeatherstone</dc:creator>
			<guid isPermaLink="false">870408@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks all, though I'm not sure where I'm at with this.  (PS I'm a dude.)  Basically someone very helpful before - I think it was you, thesacredpath - helped me create a square and then I made it blue as an image.  However, now all I want to do is change that blue to another image.  Do I need to write a new CSS code, or change the one I've got? Thanks in advance.  Cheers, Nigel
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870393</link>
			<pubDate>Mon, 23 Apr 2012 08:09:45 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">870393@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, but she specifically asked,</p>
<blockquote><p>...change the colour of the date-of-post <em>circle...</em></p></blockquote>
<p>She has obviously figured things out to her liking since the dark blue square that she is using is actually an image she created.
</p>
]]></description>
					</item>
		<item>
			<title>joshidaniel on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870365</link>
			<pubDate>Mon, 23 Apr 2012 06:25:21 +0000</pubDate>
			<dc:creator>joshidaniel</dc:creator>
			<guid isPermaLink="false">870365@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath i tried it before on my blog and it was working and <a href="http://verityla.com/" rel="nofollow">http://verityla.com/</a> is having a square box and not the default round image.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870363</link>
			<pubDate>Mon, 23 Apr 2012 06:05:48 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">870363@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@joshidaniel, that won't work in Bueno. The circle in Bueno is an image. The background: #000; would give a black rectangle.
</p>
]]></description>
					</item>
		<item>
			<title>joshidaniel on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870359</link>
			<pubDate>Mon, 23 Apr 2012 06:01:27 +0000</pubDate>
			<dc:creator>joshidaniel</dc:creator>
			<guid isPermaLink="false">870359@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can you try this:</p>
<p><code>.post .date  {&lt;br /&gt;
    background:#000;&lt;br /&gt;
    }</code>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870099</link>
			<pubDate>Sun, 22 Apr 2012 20:58:02 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">870099@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>A simple forum search produced this thread &#62; <a href="http://en.forums.wordpress.com/topic/bueno-changing-colors?replies=18#post-578090" rel="nofollow">http://en.forums.wordpress.com/topic/bueno-changing-colors?replies=18#post-578090</a>
</p>
]]></description>
					</item>
		<item>
			<title>nigelfeatherstone on "Changing the colour of the date-of-post circle for Bueno"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-colour-of-the-date-of-post-circle-for-bueno-1#post-870091</link>
			<pubDate>Sun, 22 Apr 2012 20:49:08 +0000</pubDate>
			<dc:creator>nigelfeatherstone</dc:creator>
			<guid isPermaLink="false">870091@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, anyone know how to the change the colour of the date-of-post circle in the Bueno theme?  </p>
<p>The blog is <a href="http://verityla.com/" rel="nofollow">http://verityla.com/</a>.  </p>
<p>I'm hoping to change the blue to a custom black.</p>
<p>Thanks in advance!
</p>
]]></description>
					</item>

	</channel>
</rss>
