Hide or remove Navbar in Blogger Navbar is a section that looks at the top of your blog. Which in these parts are made: Follow, Sharing, Report Abuse, Blogs Here, New Entry, customization, and Exit. There are some bloggers who want to remove this navbar or auto hidden,
Okay, the following steps:
FOR AUTO HIDDEN
1.klik customization and then edit html
Body {2.Cari code
3.Masukkan code below the above code before the code body {
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
The format is like this
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
4. If it is click save and see your blog
point the mouse at the top of your blog, it will display the navbar which has been hidden. If you point the mouse to another place, then the navbar will again be lost or hidden.
To eliminate
You simply add the code like below
and put it on the code body {
#navbar-iframe {
display: none !important;
display: none !important;
if you already do not forget the store and see the results.
0 comments:
Post a Comment