Remove / Delete Subscribe to: Posts (Atom) from Blogger



The Navbar of Blogger is not annoying at all, but this ugly thing on the bottom of our blogs is very boring... Let's take it off! It is not easy as the NavBar cuz the string to modify is positioned in the middle of the HTML form, but once again you will have only to copy and paste something... not hard at all right? ok, let's start:

- From your DASHBOARD go to LAYOUT, then click on EDIT HTML.
- Now... search this inside the HTML code, every template have it positioned in a different spot, but commonly is near the middle of the electronic sheet...



.feed-links { 
  clear: both; 
  line-height: 2.5em; 

}


- The blue lines are not the same in every template but in most of them... now copy and paste the red string as shown in the exemple below:




.feed-links { 
  clear: both; 
  line-height: 2.5em; 

  display: none; 
}


- That' s all... easy huh?  don' t forget to click on SAVE TEMPLATE, now that ugly thing will be part of the past....


Game over
Player1