How to Remove and Hide Blogger NavBar (Top Navigation Bar)
- Under the Layout tab, click on Edit HTML tab to view the template’s HTML code.
- Search for the following line of code:
]]>
Before the line, add in the following line of code:
#navbar { display: none; }
or:
#navbar-iframe { display: none !important; }
Click on SAVE TEMPLATE to make the change effective
0 comments:
Post a Comment