<?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: RSS icon color in Bueno theme</title>
		<link>http://en.forums.wordpress.com/topic/rss-icon-color-in-bueno-theme</link>
		<description>WordPress.com Forums &#187; Topic: RSS icon color in Bueno theme</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 14:07:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/rss-icon-color-in-bueno-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "RSS icon color in Bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/rss-icon-color-in-bueno-theme#post-1023353</link>
			<pubDate>Thu, 27 Sep 2012 05:52:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1023353@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The icon is an image, so you cannot change it in CSS with a color code. What you can do is use CSS to replace the image itself.</p>
<p>To do that, first you will need to upload a new icon in the color you want to your <a href="http://en.support.wordpress.com/media/media-add-new/">media library</a> and copy the image link.</p>
<p>Then add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#pagenav li.rss a {
	background: url(http://s0.wp.com/wp-content/themes/pub/bueno/styles/default/ico-rss.png) no-repeat right 4px;
}</code></pre>
<p>Replace the link inside the url() function with the image link from your media library.
</p>
]]></description>
					</item>
		<item>
			<title>frommartawithlove on "RSS icon color in Bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/rss-icon-color-in-bueno-theme#post-1023267</link>
			<pubDate>Thu, 27 Sep 2012 02:23:03 +0000</pubDate>
			<dc:creator>frommartawithlove</dc:creator>
			<guid isPermaLink="false">1023267@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I'm able to change the color of the RSS text link in my navigation menu (#pagenav li.rss a { color:#ed8b92; padding-right:25px; }) but cannot figure out how to also change the color of the icon.  </p>
<p>Your time and help is much appreciated!</p>
<p><a href="http://www.frommartawithlove.com" rel="nofollow">http://www.frommartawithlove.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
