how to remove,disable or hide navbar - updated

how to remove,disable or hide navbar - updated


Are you fed up with Blogger Navbar ? are you worried about potential misuse of the report tool in blogger Navbar by someone? do you want to improve your SEO bey removing iframe codes of navbar

there are many solutions to disable, hide or remove Navbar from your blog

first you have to take the common steps to make any changes in html codes

 go to Design > Edit layout > Edit HTML then check the checkbox to expand the widget template .

 (Hint) before you edit your template, save a copy of it.using  Download Full Template option 

if you want to disable or hide navbar without deleting it then do 1st or 2nd method 
and if you want to remove it completely use method 3rd

1st method :-

 search for the code

]]<b:skin>


and replace it with

#navbar-iframe,#navbar { display: none !important; }
]]<b:skin>

2nd method :-
search fore the code <b:skin>
&amp; replace it with the following code
<b:skin>
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
3rd  method :-

is to remove the navbar completely as follows

In the Template Code find

<body>

 and just above that add the following Code.

<!--<body>-->

the following message will appear

navbar1 deletion message
choose delete widget and your done

(Hint!) You will not be able any more to see the Quick Edit pencil or wrench links   ,You also wont see the Comment Delete icon near your comments even if you are logged in but it doesn`t matter since you still can change your elements from your dashboard


Update! : Blogger navbar now can be turned off directly from layout just go to layout then go to navbar and choose OFF option.






how to remove,disable or hide navbar - updated
4/ 5 stars - "how to remove,disable or hide navbar - updated"