By default in blogger templates there is a Subscribe to: Posts (Atom) link, so that the blog readers can subscribe to the Atom feeds. But most of the readers uses RSS Feeds to read the blogs, so the link becomes useless. And of course it occupies precious space as well and if you will ask me I would say that I don't like it either. So, How to remove it, please follow the below steps to do that.
Please Take a Back up of your Blog's Template Before Making Changes.
Stepwise Tutorial - How To Remove Subscribe To: Posts Atom Link
Step 1 : Go to Blogger
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Now press Ctrl + F and find these lines in your template
]]></b:skin>
Step 5 : Just before the above highlighted code add the following code
.feed-links{display:none !important;}
It will look like this
.feed-links{display:none !important;}]]></b:skin>
Step 6 : Now click on Save Template
Enjoy
Please Take a Back up of your Blog's Template Before Making Changes.
Stepwise Tutorial - How To Remove Subscribe To: Posts Atom Link
Step 1 : Go to Blogger
Subscribe To: Posts Atom Link |
Step 3 : Click on Edit HTML
Step 4 : Now press Ctrl + F and find these lines in your template
]]></b:skin>
Step 5 : Just before the above highlighted code add the following code
.feed-links{display:none !important;}
It will look like this
.feed-links{display:none !important;}]]></b:skin>
Step 6 : Now click on Save Template
Enjoy