
How to Remove Subscribe to: Post Atom In Blogger Blog:-
Method 1
Method 2
Method 1:-

- Login to your Blogger Dashboard.
- Go to Design / Template Designer.
- Click "Advanced" and choose "Add CSS".

- Place following Css code in white box.
.feed-links
{ display:none !important; }
- Finally click "Apply to Blog".
Method 2:-
I explain this tutorial with my full effort but if anyone find difficulty in doing this process then comments are always open for that or if you like the above article then don't forget to subscribe it for latest updates. More articles from the same author- Login to Blogger Dashoard.
- Go to Edit HTML / Design.
- Click "Expand Widget Templates".
- Download Full template before making any changes in it ( Learn how).
- Search for following string in Blogger Template.
]]></b:skin>
- Paste the following code just above it.
.feed-links { display:none !important; }
- Finally save your template.
No comments:
Post a Comment