
To remove the risky “Next Blog” feature at the top navigation bar . . . Just head to your template tab within the blog settings, go to the edit html view and add this code next to any other #something tag — paste this code in just below or above that.
Here’s the kicker: the first time you put the code in, Blogger may flash an error and print scary red text on your screen. But then if you clear the edits and go right back in and put the same code snip in the same place, it accepts it as normal and life goes on (without the top navbar). It’s pretty painless, but you have to know to be persistent.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
