In fact, many bloggers don’t like the presence of this navbar and want to hide it. Can we disappear it? Yes, we can. But before disappear it, please ask blogger if we can disappear it or not because I am afraid that it will break the blogger rules and will not responsible for any effect from disappearing the blogger navbar.
Disappear the Blogger Navbar
- Log in into blogger with your ID
- Click Layout
- Click EDIT HTML tab
- Click Download Full template. Back up your template first (important!)
- Find the code which is similar to the code below, focus at the body code:
body { background: #8F8E8E; width: 100%; color: #000000; font-size: 12px; font-family: Arial, Tahoma, Verdana; margin: 0px auto 0px; padding: 0px; }
- Copy and paste the following code above the body {….} :
#navbar-iframe { display : none; height : 0; visibility : hidden; }
- Click SAVE TEMPLATE
- Finished and now your blog navbar has hidden.
Below are the steps to hide the navbar.
- Log in into blogger with your ID
- Click Layout
- Click EDIT HTML tab
- Click Download Full template. Back up your template first (important!)
- Find the code which is similar to the code below, focus at the body code:
body { background: #8F8E8E; width: 100%; color: #000000; font-size: 12px; font-family: Arial, Tahoma, Verdana; margin: 0px auto 0px; padding: 0px; }
- Copy and paste the following code above the body {….} :
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)} #navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
- Click SAVE TEMPLATE
- Finished and now your blog navbar has AUTO HIDE.
P/S: I don't want to hide, 'casue I am afraid that it will break the blogger rules
Kommentar veröffentlichen
Spam for back-link will be remove