Paste this code after <style type="text/css">: #navbar-iframe { height:0px; visibility:hidden; display:none } Courtesy of Basang Panaginip
I don't see that option...Can you please guide me... EDIT: Hi TYLER, I just tried to do that but I can't find the code: <style type="text/css"> anywhere in my template..
It can only be disabled if you have your own hosting I believe. To quote from Blogger "Unless you publish your blog via FTP, the Navbar cannot be disabled."
In the tamplate screen, you can choose the color of Nav bar..just choose "off" not sure about that cause i always have my own domain
You can disable it, Blogger doesn't enforce their policy (it's actually outdated and has not been updated from back when there were ads at the top of every blog)
Thanks for the info, I will just look out for that... But Tyler, you missed to answer my question, I can't find the code in my blogger beta template...
I haven't actually ever looked at the template, so you'll need to post a screenshot here...it should be located at the very top of the template. Here's what it looks like on a regular .Blogspot blog: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><$BlogPageTitle$></title> <$BlogMetaData$> <style type="text/css">
But the beta Template here shows something a bit different... Here is a quote: Please help me find it. Thanks.
hehe, never touch the beta version but in the old version is should be here <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='true' name='MSSmartTagsPreventParsing'/> <meta content='blogger' name='generator'/> <link rel="alternate" type="application/atom+xml" title="vioBlogger's - Atom" href="http://markned.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="vioBlogger's - RSS" href="http://markned.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="vioBlogger's - Atom" href="http://markned.blogspot.com/feeds/posts/default" /> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://beta.blogger.com/rsd.g?blogID=7158947549856459503" /> <title>vioBlogger's</title> [COLOR="Red"]<style id='page-skin-1' type='text/css'>[/COLOR] /* Code (markup):
Yep They have gotta change a lot of things in the beta...even the free non-blogger templates that worked in the classic blogger don't work now in beta... So, can I still find a way to hide the navbar?
btw, this is the best trick around, at least of all the ones i've seen: how to hide / get rid of blogger nav bar in the new blogger
The Blogger Navbar appears by default at the top of every Blogger-powered blog. Navbar features include: B button for Blogger homepage, Search Blog, Flag Blog, NextBlog, [email address]:, Dashboard, Sign In/Outptions. Blogger navbar We assume you are publishing your blog via FTP, otherwise Navbar should NOT be uninstalled. Read Here To hide the Blogger NavBar: - Log in to blogger - On your Dashboard, select Layout. - Click on Template tab. Click Edit HTML. Under the Edit Template section you will see you blog’s HTML. Search for /* Variable definitions Paste the code below ( Code is in Blue Color ): #navbar-iframe { display: none !important; } Click on Save. Hurray… Navbar gone. Did you noticed, Nav bar contains the highly functional buttons like New Post and Customize. Can you live without those? Thanks to Derya, you can use Show/hide option to see Navbar. Copy-paste code between <head>…</head> tags in HTML template: <script type=â€text/javascriptâ€> var showHeader=false; function ShowHideNav() { showHeader=!showHeader; var nav=document.getElementById(â€navbar-iframeâ€); if (showHeader) { nav.style.visibility=â€visibleâ€; nav.style.display=â€blockâ€; } else { nav.style.visibility=â€hiddenâ€; nav.style.display=â€noneâ€; } } </script> <style type=â€text/cssâ€> #navbar-iframe { visibility: hidden; display: none; } </style> Click on Save Templete. Now click on Layout > Page Element > Add New > HTML/JavaScript page element. <span style=â€cursorointer;†onclick=â€ShowHideNav();â€> Show/Hide Navigation <a style=â€visibility:hidden;†href=â€http://derya-webresource.blogspot.comâ€></a> </span> Done. ! Now you see Show/Hide option to show your Navbar. Thanks to http://www.askchiefonline.com/how-to-hideremove-the-blogger-navigation-bar