<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Change the RSS Feed Link to an Image with Thesis Theme</title>
	<atom:link href="http://brendanwenzel.net/rss-feed-thesis-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://brendanwenzel.net/rss-feed-thesis-theme/</link>
	<description></description>
	<lastBuildDate>Wed, 09 May 2012 15:24:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mahindra</title>
		<link>http://brendanwenzel.net/rss-feed-thesis-theme/#comment-3054</link>
		<dc:creator>Mahindra</dc:creator>
		<pubDate>Fri, 15 Oct 2010 14:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://brendanwenzel.net/?p=475#comment-3054</guid>
		<description>No worries Brendan,

Thought it would be nice to break it down &quot;newbie&quot; style as much as I could since I am one. :)

Take care</description>
		<content:encoded><![CDATA[<p>No worries Brendan,</p>
<p>Thought it would be nice to break it down &#8220;newbie&#8221; style as much as I could since I am one. <img src='http://brendanwenzel.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Take care</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Wenzel</title>
		<link>http://brendanwenzel.net/rss-feed-thesis-theme/#comment-3004</link>
		<dc:creator>Brendan Wenzel</dc:creator>
		<pubDate>Thu, 07 Oct 2010 22:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://brendanwenzel.net/?p=475#comment-3004</guid>
		<description>Thank you so much for contributing to the discussion here. I did this post quite some time ago and should go back to redo some of that code. Thanks again and so happy to have you share your thoughts here.</description>
		<content:encoded><![CDATA[<p>Thank you so much for contributing to the discussion here. I did this post quite some time ago and should go back to redo some of that code. Thanks again and so happy to have you share your thoughts here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahindra</title>
		<link>http://brendanwenzel.net/rss-feed-thesis-theme/#comment-2961</link>
		<dc:creator>Mahindra</dc:creator>
		<pubDate>Sat, 02 Oct 2010 07:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://brendanwenzel.net/?p=475#comment-2961</guid>
		<description>Hi, just lending a helping hand to those who are still wondering how to a) remove the &quot;subscribe&quot; text from being shown and b) how to reposition the rss image. In no way am I an expert. It took me half an hour just to get this right but if I can help, great! I&#039;m a newbie so I&#039;ll use newbie language, forgive me.

I too wanted to remove the subscribe text cause I didn&#039;t have enough space in my nav menu and the whole rss subscribe was being displaced to the bottom. 

1) So I got an orange rss symbol somewhere on the web, I used photoshop to resize the image to 27 px by 27px. 

2) I uploaded the image (of course) to my image folder.

3) I added this exact code to the custom.css:
.custom .menu .rss a { padding-right: 0px; margin-right: 3px; margin-top: -5px; background: url(http://www.experienceserenity.com/images/rss-orange-small.png) 100% 50% no-repeat; border: none; width: 28px; height: 28px; text-indent: -9999px}
.custom .menu .rss a:hover {opacity:0.8;}

** I didn&#039;t know what Brendan&#039;s original hover code was supposed to do and plus I didn&#039;t have his images so I just decided to make it go a lighter shade of orange when I hover over it. 

and, if you look at my site http://www.experienceserenity.com, you will see that there was very little space in the right corner between the nav menu and the edge of the page so I had to position it like I did and size it like I did.

Oh by the way, to get the &quot;subscribe&quot; text to disappear, a couple of you mentioned that deleted the word in the thesis options does not do anything for it and were right. I too tried this several times.

So , Brendan&#039;s suggestion to use the text indent: -9999px worked, as you can see in my css code.

Hope this helps real newbies like me. 

And THANKS Brendan for the original idea and code. Hope I didn&#039;t hijack this thread..

Peace</description>
		<content:encoded><![CDATA[<p>Hi, just lending a helping hand to those who are still wondering how to a) remove the &#8220;subscribe&#8221; text from being shown and b) how to reposition the rss image. In no way am I an expert. It took me half an hour just to get this right but if I can help, great! I&#8217;m a newbie so I&#8217;ll use newbie language, forgive me.</p>
<p>I too wanted to remove the subscribe text cause I didn&#8217;t have enough space in my nav menu and the whole rss subscribe was being displaced to the bottom. </p>
<p>1) So I got an orange rss symbol somewhere on the web, I used photoshop to resize the image to 27 px by 27px. </p>
<p>2) I uploaded the image (of course) to my image folder.</p>
<p>3) I added this exact code to the custom.css:<br />
.custom .menu .rss a { padding-right: 0px; margin-right: 3px; margin-top: -5px; background: url(<a href="http://www.experienceserenity.com/images/rss-orange-small.png" rel="nofollow">http://www.experienceserenity.com/images/rss-orange-small.png</a>) 100% 50% no-repeat; border: none; width: 28px; height: 28px; text-indent: -9999px}<br />
.custom .menu .rss a:hover {opacity:0.8;}</p>
<p>** I didn&#8217;t know what Brendan&#8217;s original hover code was supposed to do and plus I didn&#8217;t have his images so I just decided to make it go a lighter shade of orange when I hover over it. </p>
<p>and, if you look at my site <a href="http://www.experienceserenity.com" rel="nofollow">http://www.experienceserenity.com</a>, you will see that there was very little space in the right corner between the nav menu and the edge of the page so I had to position it like I did and size it like I did.</p>
<p>Oh by the way, to get the &#8220;subscribe&#8221; text to disappear, a couple of you mentioned that deleted the word in the thesis options does not do anything for it and were right. I too tried this several times.</p>
<p>So , Brendan&#8217;s suggestion to use the text indent: -9999px worked, as you can see in my css code.</p>
<p>Hope this helps real newbies like me. </p>
<p>And THANKS Brendan for the original idea and code. Hope I didn&#8217;t hijack this thread..</p>
<p>Peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melissa</title>
		<link>http://brendanwenzel.net/rss-feed-thesis-theme/#comment-1648</link>
		<dc:creator>Melissa</dc:creator>
		<pubDate>Mon, 01 Mar 2010 01:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://brendanwenzel.net/?p=475#comment-1648</guid>
		<description>Hi Brendan, &lt;br&gt;I seem t be doing something really wrong, plus Thesis isn&#039;t co-operating.   This is the code with the minor tweaks I made to reflect my image size. Please note the image is the same for both commands because I WANT the image to be the same.  &lt;br&gt;.custom .menu .rss a { padding-right: 16px; margin-bottom: -10px; &lt;br&gt;background: url(&#039;images/iconrss.png&#039;) 100% 50% no-repeat; border: none; &lt;br&gt;width: 56px; height: 60px; }&lt;br&gt;.custom .menu .rss a:hover { padding-right: 16px; margin-bottom: -10px; &lt;br&gt;background: url(&#039;images/iconrss2.png&#039;) 100% 50% no-repeat; border: none; &lt;br&gt;width: 56px; height: 60px; }&lt;br&gt;&lt;br&gt;That said, Thesis will not remove the Subscribe text.  I remove it, hit save and it&#039;s back.  &lt;br&gt;&lt;br&gt;You can see the result of this problem here: http://www.theinnocentabroad.com&lt;br&gt;&lt;br&gt;suggestions?</description>
		<content:encoded><![CDATA[<p>Hi Brendan, <br />I seem t be doing something really wrong, plus Thesis isn&#39;t co-operating.   This is the code with the minor tweaks I made to reflect my image size. Please note the image is the same for both commands because I WANT the image to be the same.  <br />.custom .menu .rss a { padding-right: 16px; margin-bottom: -10px; <br />background: url(&#39;images/iconrss.png&#39;) 100% 50% no-repeat; border: none; <br />width: 56px; height: 60px; }<br />.custom .menu .rss a:hover { padding-right: 16px; margin-bottom: -10px; <br />background: url(&#39;images/iconrss2.png&#39;) 100% 50% no-repeat; border: none; <br />width: 56px; height: 60px; }</p>
<p>That said, Thesis will not remove the Subscribe text.  I remove it, hit save and it&#39;s back.  </p>
<p>You can see the result of this problem here: <a href="http://www.theinnocentabroad.com" rel="nofollow">http://www.theinnocentabroad.com</a></p>
<p>suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KewlGadget 4 Great Gadgets</title>
		<link>http://brendanwenzel.net/rss-feed-thesis-theme/#comment-1398</link>
		<dc:creator>KewlGadget 4 Great Gadgets</dc:creator>
		<pubDate>Fri, 04 Dec 2009 00:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://brendanwenzel.net/?p=475#comment-1398</guid>
		<description>Very interesting. Thanks for the tips.
.-= KewlGadget 4 Great Gadgets´s last blog ..&lt;a href=&quot;http://www.kewlgadget.com/?p=426&quot; rel=&quot;nofollow&quot;&gt;Multi-Directional Drive Car – The Nissan Pivo 2&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Very interesting. Thanks for the tips.<br />
.-= KewlGadget 4 Great Gadgets´s last blog ..<a href="http://www.kewlgadget.com/?p=426" rel="nofollow">Multi-Directional Drive Car – The Nissan Pivo 2</a> =-.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: brendanwenzel.net @ 2012-05-17 19:20:02 -->
