Remove Blogger Navbar
Monday, June 20
0
comments
Before you do that, you should understand that this violates the TOS ( Term of Services), thoug not explicitly clear where the infraction. Here's the quote i saw at www.consumingexperience.com :
They do suggest that the navbar should be retained, in their Navbar help page("Unless you publish your blog via FTP, the Navbar cannot be disabled" (my emphasis)) - but that's an ambiguous "cannot" and could refer to the mechanics, which is initially what they said to me (In fact, they said that if they hadn't provided an option to do something in Blogger, then it mustn't be done. I queried that very narrow view, as you can imagine - there are loads of areas where Blogger haven't provided an option to do something, but that doesn't mean everything they haven't specifically provided an option for is therefore forbidden by their TOS. If such a rigid view was taken, that might mean no hacks were allowed, which surely can't be the case!).
if you've read it and want to continue to make changes to thenavbar, it's how to do it,
put this code before the ]]></b:skin> (use ctrl+f to find) :
/* Remove Navbar */
#navbar-iframe {
display: none !important;
}
To restore, simply delete the code.
0 comments:
Post a Comment