Most of the bloggers doesn’t like to use the same old blogspot templates. Everyone wants to give it a nice look according to their own choice, preferences, theme etc. Navigation Bar doesn’t go with the look we usually want for our blogs or websites.
So the good news is we can remove or hide the navigation bar with simple steps.
Login to your Blogger Account.
Open your Dashboard
Go To Layout Settings Edit HTML
Search for the following line of code:
/* Variable definitions
====================
Before the above code, add the following line CSS code:
#navbar { display: none; }
or:
#navbar-iframe { display: none !important; }
Save template and bye bye to Navbar
And another method to disable navigation bar:
just add following code template to
<style type="text/css">
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
</style>
And remove the above codes in case you want navbar back!!
No comments:
Post a Comment