The Blogger Bar or navigation Bar in Blogspot has many utilities like Google search, Follow, Share, and also somebody can go to the random Next Blog.
You can select different styles for the Navigation bar by going to
Design >> Page Elements and as shown in image:-
But if you still want to remove or hide Blogger Bar or Navigation Bar,
Go to Design >> Edit HTML
Now search for the code by pressing Ctrl+F <b:skin><![CDATA[
Just after this code, Paste the following code
#navbar-iframe { height:0px; visibility:hidden; display:none; }
If this still does not work Try this one code:-
#navbar-iframe {
display: none !important;
}
Finally click on the Save Template.
Now the Navbar or Blogger Bar will not be visible.
0 comments:
Post a Comment