Hiding "Subscribe to: Posts (Atom)" is very easy and very simple. Just follow the following steps:
- Log in to "www.blogger.com" and go to Dashboard.
- Select Layout
- Select Edit HTML
- Now fine the line: ]]></b:skin> </head> [you may use Ctrl+F to find that ]
- Insert .feed-links { display:none; } before that line (line which you find in step 4)
- Click SAVE TEMPLATE
***************************************************************
.feed-links { display:none; }
]]></b:skin> </head>
***************************************************************
That's all for hiding or deleting "Subscribe to: Posts (Atom)". Check your blog. There is not "Subscribe to: Posts (Atom)". In this way, you can easily hide or remove Subscribe to: Posts (Atom)" from your blog.
.feed-links { display:none; }
]]></b:skin> </head>
***************************************************************
That's all for hiding or deleting "Subscribe to: Posts (Atom)". Check your blog. There is not "Subscribe to: Posts (Atom)". In this way, you can easily hide or remove Subscribe to: Posts (Atom)" from your blog.
Pictorial Explanation: