
If you still interesting how to hide this navigation blogger, lets follow this step step...
Step 1: Login to Blogger
Please login to blogger with your ID, then go to "Layout" –> "Edit html"Step 2: Change code
Find this code below:#navbar-iframe
If you want to Hide the navbar, change with this:
#navbar-iframe {...or if you to Auto Hide your navbar, please use this code:
display:none;
height:0;
visibility:hidden;}
#navbar-iframe {
opacity:0.0;
filter:alpha(Opacity=0)
}
#navbar-iframe:hover {
opacity:1.0;
filter:alpha(Opacity=100, FinishedOpacity=100)
}
...and if you interesting how to remove your navbar blogger, use this code:
#navbar-iframe {
display: none!important;
}
Step 3: Save
Click SAVE TEMPLATE. And It's done!Enjoy your template and please comment below this article.
Thanks.

you're welcome Pengelola Sukses...
ReplyDelete