Hide Navbar in Blogger.
what is a navbar?. Navbar is the part that looks at the top of your blog.
For more details you can see the picture below:
bloggers usually want to remove this navbar. but I do not know whether removing the navbar is prohibited by the bloggers or not.
to remove the navbar you can follow the steps - the steps below:
1. please log in to your blogspot
2. if it is successful, please click the link design orRancangan (Indonesia)
3. then click Edit HTML
4. Next, find code/script body {, and paste the code above the code body {
#navbar-iframe{ opacity:0.0;filter:alpha(Opacity=0) }
#navbar-iframe:hover{ opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100) }
And the result is
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
body {
5. if everything is finished, then click save template.
to see the results, please open your blog and try beamed to your mouse to the top of your blog.
when we beamed, then the navbar will appear and when we highlight to another place, then the navbar would disappear.
0 komentar:
Post a Comment