Wednesday, 21 March 2012

How to Remove Subscribe To Post Atom

subscribe_to_post_atom
There is a Subscribe to: Post ( Atom) or Subscribe to: Post Comments (Atoms) in homepage or item page respectively at the bottom of page of Blogger Blog. I'm sure all of you noticed that links. Most of the people are interested to remove these links as they don't want these links on the pages. So Today I am sharing a tutorial to remove these links with two methods, you can adopt any of the following method depending on your suitability.

How to Remove Subscribe to: Post Atom In Blogger Blog:-




Method 1
Method 2
Method 1:-
  1. Login to your Blogger Dashboard.
  2. Go to Design / Template Designer.
  3. Click "Advanced" and choose "Add CSS".
blogger_template_designer
  1. Place following Css code in white box.
.feed-links                                                                        
{ display:none !important; }
  1. Finally click "Apply to Blog".
    Method 2:-
    1. Login to Blogger Dashoard.
    2. Go to Edit HTML /  Design.
    3. Click "Expand Widget Templates".
    4. Download Full template before making any changes in it ( Learn how).
    5. Search for following string in Blogger Template.
    ]]></b:skin>
     

      1. Paste the following code just above it.
      .feed-links { display:none !important; }
       

        1. Finally save your template.
        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

        No comments:

        Post a Comment