
.feed-links {display: none; }
See this simple little snippet of code above. That little snippet of code installed in your blogger template right below your - Variable definitions before the start of CSS, will remove the Atom Feed link located at the bottom of your main column.
Now why would you do this?
Some people do not like the blogger only attribute of having the feed located at the bottom of the main column. That is a dead giveaway that you are using Blogger Blogspot for hosting!
So if you are comfortable with your level of HTML ability then copy and paste this code into the template of your Blogger Blog. As always back up your template before performing HTML additions and alterations.
.feed-links {display: none; }
So just go to your dashboard and click on Layout then HTML. Then without expanding template enter the code snippet as suggested above. Just keep the code in the CSS section.
All done and your Atom Feed will disappear. :)
Little Bear Chow