How to Hide Blogger Navigation Bar
Here's the trick to hide blogger Navigation Bar...1. Click (Layout->Edit HTML)
2. Then, Copy the code below and insert it..#navbar-iframe {display: none !important;}
3. For Example..
-----------------------------------------------
Blogger Template Style
Name: xxx
Designer: xxx
URL: http://firdausforlife.blogspot.com
Date: Januari 2020
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
DONE!
