How to Remove Navbar Blogger from our Blog?

Filed Under : ,

Hi bloggy readers,
Many bloggers hate to see the top navigation bar provided by Blogger and want to remove navbar Blogger from their blogs. What they don't really like from this element is because it's making their blogs look like some free hosted blogs. Whereas, they have bought a paid domain name (e.g., www.whatmakesblog.com) and have already transferred their custom domain names from ".blogspot.com" to ".com" blogs. That's why, if you currently experience the same thing with what i wrote in this article, you might want to remove navbar Blogger from your Blogger-powered blog in order to gain credibility as a blogger.

remove navbar blogger
Blogger Navigation Bar
The steps to remove navbar Blogger are actually simple and easy to do. You just need to add a CSS style that will automatically hide and remove navbar Blogger. Okay then, let me show you how to do that.

How to remove navbar Blogger?

1. Log in to Blogger
Firstly, now head on to your Blogger account.

2. Go to Edit HTML
After landing to Dashboard, now go to Layout/Design > Page Element > and finally switch the sub-tab to Edit HTML because we are gonna edit some code in our blog template.

3. Find the code
In the Edit HTML page, now press the keyboards CTRL + F at the same time and find the code below:
]]></b:skin>

4. Copy the Code
Now copy the CSS style below and then paste it before the ]]></b:skin>
/* Remove navbar Blogger
--------------------------------------------------------- */ 
#navbar-iframe { 
height:0px;
visibility:hidden; 
display:none 
}

5. Save the Change
Now press the save template button to save the change of your template. As you can see in your blog, the navigation bar from Blogger has been successfully hidden from your blog.

How to set the auto hide navbar Blogger?

Anyway, to hide or to remove remove navbar Blogger from your blog, there is another option that we can apply to our blog, which is by making this element as an auto hide navbar Blogger, so the navigation bar will only appear if your pointer is hovered on the top position. Proceed to the next tutorial!

1. Find this code

Now enter the Find mode (Ctrl + F) and find the code below:
body {

2. Paste the Code
Now copy the code below and paste it before that body{ code.
/* Remove navbar Blogger
----------------------------------------------------*/
#navbar-iframe{
opacity:0.0;
filter:alpha(Opacity=0)

#navbar-iframe:hover{
opacity:1.0;
filter:alpha(Opacity=100, FinishedOpacity=100)
}

Okay, that's it for this tutorial to remove navbar Blogger. Hope these 2 methods above can work to your blog. Anyway, if you are experiencing any problem in applying this article, you can leave your question below, and hopefully, i can help you with that.

Related Posts :


Share This Article to Other People Across the World !
Thanks!
Get the fresh update from Whatmakesblog.com!
To get updates from this blog, just enter your email address in the below subscription form and then click Subscribe.
Your email address will not be shared to any third party
Delivered by FeedBurner

0 comments:

Post a Comment

Browse Our Template Gallery

Subscribe Now To Get Update!

Want to Get The Update From Whatmakesblog.com to Your Email Inbox? Just Type Your Email Address Below and Press Subscribe...
Your email address will not be shared..
Delivered by FeedBurner

Last Posts

Site Info