Blogger Blogs by default have a Navigation Bar at the top of the page called Navbar. If you want to remove this NavBar from top of your blog then just follow these simple steps to remove Navbar.
Steps to Remove Navigation Bar (NavBar):
- Login to Your Blogger Account
- On Your Dashboard, Click on Layout (see below shown picture for further assistance)
- Now Click on HTML (see below shown picture for further assistance)
- Now Check the box of Expand Widget Templates (see below shown picture for assistance)
Replace above code with this:
#navbar-iframe {
display: none !important;
}
Now, Save Your Template and you are Done!
No comments:
Post a Comment