I write this text for you just to know how it works
And I also request to how some new sotrry to write here becouse I really love it to produce some blog contents for this universal funciton
- The Edit HTML page under Template tab should be loaded. If not, go to the tab.
- Search for the following line of code:
</style>Then, add the following line of code before that line:
#navbar-iframe { display: none; }The Blogger Classic Template uses iframe to load the NavBar, and styles it with ID named navbar-iframe. The name actually also works for new Blogger Widget Template too.
- After hiding the Nav Bar in Blogger using Classic Template, there tends to be a gap that replaces the navigation bar. The gap may be white, red, green, blue, or black in color, depends on what is your background color. To remove the gap, find the following code (normally near the top of the HTML):
body {Add in the following like of code after the body tag:
position: relative;
top: -32px;
- Click on SAVE TEMPLATE CHANGES button when done.