Remove Blogger Navbar From your Blog

Blogger Navbar : 
The Blogger Navbar is a navigation bar that appears at the top of a Blogger blog. By default, all Blogger blogs have the Navbar included, as it is part of the Blogger templates. The Navbar contains some features for quick navigation.

If you want to change or remove the Blogger Navbar from your blog, this post can help you, especially if you are a beginner.

How To Remove/Turn Off Blogger Navbar From Blogger Blog:

It is easy to disable or remove the Blogger navbar from your Blogger blog. You can do this by going to the Blogger Layout and clicking on the edit button for the navbar. From there, you can configure the navbar according to your preferences, including disabling or removing it altogether.

Follow below steps to remove/disable Blogger navbar from your Blogger blog

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Layout

Step 3 : Click on 'Edit' corresponding to Navbar.

Step 4 : Select the "Off" option in the Navbar configuration window located at the bottom.

Step 5 : Click on Save

That's it! The Blogger navbar has been successfully removed from your blog. If you want to bring it back at any time, simply select one of the navbar options.

Disabling or turning off the navbar from your Blogger blog is a good idea if you don't need it. However, after removing the Blogger navbar, a large empty space is left above your Blogger header or blog title. It is better to remove that unwanted space above the Blogger header.

We can also hide Blogger navbar temporarily by adding custom css code to Blogger.

How to hide Blogger navbar :
  • Go to Blogger Dashboard
  • Click on Template and click on Customise
  • Click on Advance
  • Click on Add CSS and add below code
                    #navbar-iframe{
                    display: none !important;
                                               }
  • Click on Apply to blog

No comments:

Post a Comment