I think the biggest problem of
Blogger users is the navbar bar in Blogger’s current themes. Actually, this navbar is a shortcut to many things. However, it is not liked by many users and is wanted to be removed. So, in this post, I will show you how to remove this navbar bar. The process is very simple, you will be able to remove the navbar bar by adding a short code. Just follow the steps below.
Find the following part of the theme.
—- ——————————————-
Blogger Template Style
Name: Minima Black
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 26 Feb 2004
Updated by: Blogger Team
– ———————————————- */
Then find the code below.
/* Variable definitions
=========== =========
br />
Finally If it is, paste the code below between the two codes above.
#navbar-iframe {
display: none !important;
}
<
This is the process until… If you have followed these steps correctly, you will see that the navbar bar on your blogger blog is gone.