If you don´t want this RSS icon to appear in the Fudge Social Widget, just follow the instructions below:
1. Back up all files and database before making any changes – we won’t be able to help if you lose any data.
2. Open the file /functions/widget-connect.php
3. Look for the line 52:
echo ‘<a class=”icon-rss” title=”Subscribe to ‘ . get_bloginfo(‘title’) . ‘RSS Feed” href=”‘ . get_bloginfo(‘rss_url’) . ‘”>RSS</a>’;
4. Add // to this line to comment it. It should look like:
//echo ‘<a class=”icon-rss” title=”Subscribe to ‘ . get_bloginfo(‘title’) .’ RSS Feed” href=”‘ . get_bloginfo(‘rss_url’) . ‘”>RSS</a>’;
5. Update the file.