Hey!
If you ever desired to get rid of that odd-looking navbar floating uselessly on top of your blogger blog, or ever feared of any visitor flagging your blog through the navbar menu, then its time to shed your fear.
Today, I would tell you in easy steps on how to remove or disable or hide the navbar from your blog.
A navbar looks like this
Step 1: Sign in to your blogger account and click on layout
Step 2: Click on HTML
Step 3: Add the below html code as specified in the below image
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Example:
Step 4: Save your changes
No comments:
Post a Comment