Remove the Blogger NavBar (Navigation Bar)
To remove (hide) the Blogger (Blogspot) navigation bar you must edit your blogger template and add between the style tags <style type=”text/css” /> and <style type=”text/css” /> this piece of code:
#b-navbar { height:0px; visibility:hidden; display:none }
If you wish to show again the blogger navbar you need to remove the above code.























Post a Comment