My site is http://www.spatterblog.com and I want to increase the size of the RSS icon located in the top right corner. I removed the wordpress icon by switching the one included in the wp-include file with a custom icon. However, the size is still 14×14.
I read the codex for creating graphics and it says I need to make that adjustment in sidebar.php, however, when I open sidebar.php in my themes folder, I can’t find any reference to the RSS image source or size. I see it in firebug but nothing in the actual file. I would greatly appreciate any him in resolving this issue.
it seem to be coded in the rss widget: <img style='background:orange;color:white;border:none;' width='14' height='14' src='http://spatterblog.com/wp-includes/images/rss.png' alt='RSS' />