Translate

HOW TO REMOVE NAVBAR FROM BLOGGER ?

What is NavBar in Blogger ?

In the context of Blogger, the term "navbar" refers to the navigation bar that is typically displayed at the top of a Blogger blog. It is a built-in feature provided by the Blogger platform.

The navbar usually contains links to different sections of the blog, such as the homepage, archives, about page, and contact page. It allows visitors to navigate through the blog easily and access different content or pages.

By default, the navbar includes a search box, a home link, and a "Next Blog" button that allows users to navigate to other random blogs hosted on the Blogger platform. However, the appearance and functionality of the navbar can be customized according to the blog owner's preferences.

In the layout settings of a Blogger blog, you can choose to show or hide the navbar. If you decide to hide it, visitors won't see the navbar when they visit your blog. If you want to customize the navbar's appearance, you may need to modify the blog's template code or use widgets and gadgets provided by Blogger to add or remove elements from the navbar.


Removing Navbar is not Necessary But 


As we are Blogging so we should proud to be Blogger but sometimes when purchased a custom paid Domain so most of users hide their Navbar. 

You are on the right page. From Here you can find the way to Hide Blogger Navbar

_______________________________________


Kindly follow below steps and you are done hiding Blogger Navbar.  


First login your Blogger Blog with your Username and Password..

then Go to Template.

Click on Edit Html...

then click on Jump Widget..


and then choose Navbar Option..

and Then You make some changes....
 

See Here:-

<b:widget id='Navbar1' locked=
'true' title='Navbar' type='Navbar'>

     (replace with)


<b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar'>

and save template.....

Now go to Layout and then click on edit option of Navbar

and then remove it....and save arrangement....

Now u have to remove navbar space from your Website


Click on Template and Click on Customize

Click on Advance

Then choose Add CSS by scrolling down your Mouse and now add this provided code on CSS


#navbar { height: 0px; visibility: hidden; display: none;}
#navbar-iframe { height: 0px; visibility: hidden; display: none;}


or


#navbar-iframe {display: none !important;}body .navbar {
height:0px;
}
.content-outer {
margin-top:0px;
}


or

To remove the navbar from your Blogger (also known as Blogspot) website, you can follow these steps:

1. Sign in to your Blogger account and go to your Blogger dashboard.

2. From the left-hand menu, click on "Theme" (or "Theme" and then "Edit HTML" depending on your Blogger version).

3. Before making any changes, it's always a good idea to backup your current template. To do this, click on the "Backup/Restore" button at the top right corner and save a copy of your template to your computer.

4. Now, you'll need to locate the code for the navbar in your template. Look for the following code in your template's HTML

<b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
  ...
</b:section>

5. Once you've located the code, you can remove it or comment it out. To remove the navbar completely, simply delete the entire section of code. Alternatively, if you want to keep a backup or temporarily disable it, you can comment it out by adding <!-- at the beginning of the code and --> at the end of the code, like this:


Copy below code

<!-- <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
  ...
</b:section> -->

6. After making the necessary changes, click on the "Save theme" or "Save" button to save your modified template.

7. By following these steps, you should be able to remove the navbar from your Blogger website. Remember to preview your blog after saving the changes to ensure the navbar has been successfully removed.


That's it ....
Done.........


Thanks and Enjoy Freinds

and Forget to Like my Post....
and Comment Also....

No comments:

Post a Comment