How to remove-disable-hide blogger navbar ?





                                                                                   
                                                                                     Blogger navbar is a browser toolbar like feature for blogger.It allows users to search in blogspot ,follow and share the blog.It also allows to flag or report a blog.By this you can go to random blogs which is of no help to the user.Now you have a idea of what a blogger navbar is.

1.Log on to your blogger account and click the Design button


2.Click on the Edit HTML as shown in the picture 


3.Now  scroll to these lines 


<head>
    <b:include data='blog' name='all-head-content'/>
    <title><data:blog.pageTitle/></title>
    <b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name:     Minima
Date:     26 Feb 2004
Updated by: Blogger Team
3 column by: http://www.simplebloggertutorials.com/
----------------------------------------------- */

4.Just after this add  codes in red

#navbar {
      height: 0px;
      visibility: hidden;
      display: none;
}

It should look like this

4.First preview it and if its ok then save the changes 


0 comments:

Post a Comment