Pages

How to Remove the Blogger (Blogspot) Navbar

Blogger Templates have a navbar on the top. This navbar looks very unprofessional but you can always remove this navbar by tweaking the HTML codes, this thing people don’t know i.e How to Remove the Blogger Navbar…[How to] Remove the Blogger NavbarBelow is the bit by bit method how to do it.

Sign in to Blogger

Step 1: Sign in to your blogger account and go to Design

Edit the HTML Code

Step 2: Add the below html code just beneath “/* Variables” as specified in the below picture :
#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}
How to Remove the Blogger navbar

Save the Changes

Step 3: Save the changes and refresh your blog, you will see that the navbar is removed. If you want the navbar to be shown again you can always undo the changes you just made.

0 comments:

Post a Comment