![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixb54b2FpT9EOEKCLm006H_l_NDCST0ghZ3fat4WN6XXHfxm8GfGusjKMJoRpaspP8NCOkobJW7T6PNjNH1wnP1dXdrjl7wSV8_05zUT0eP8xBKNPEYBPnTO7m38lAFH9diXEm8GeDp64/s400/How-To-Hide-and-Remove-the-Blogger-Navigation-Bar.jpg)
Navbar-Navbar is inbuilt in all blogger templates.Navbar is a bar on top of the blog it has many usefull things like-search,share and follow.
If you want to remove Navbar then there is no potion is there in blogger to remove navbar directly.So how to remove navbar a big question come in our mind.
To remove Navbar follow the following steps
If you want to remove Navbar then there is no potion is there in blogger to remove navbar directly.So how to remove navbar a big question come in our mind.
To remove Navbar follow the following steps
Old Blogger Interface
- Login to blogger account.
- Click on design button.
- Now go to Edit HTML.
- Now you will see template codes there.
- In that template code find ]]></b:skin>
- Now replace the code with following code.
#navbar-iframe,#navbar { display: none !important; }
]]></b:skin>
]]></b:skin>
Now Save The Template And open your blog you will see that navbar disappear :D
New Blogger Interface
- Login to blogger account.
- Click on Template.
- Now Click On Edit Html.
- Now you will see template codes there.
- In that template code find ]]></b:skin>
- Now replace the code with following code.
#navbar-iframe,#navbar { display: none !important; }
]]></b:skin>
]]></b:skin>
0 comments:
Post a Comment