Showing newest posts with label Blogspot Hack. Show older posts
Showing newest posts with label Blogspot Hack. Show older posts

Make Navbar Disappear

Blogging Today
Follow the step :

  1. Login to Blogger.com

  2. Click Layout

  3. Click Edit HTML → Previous first backup your template by clicking on your property Download Template Lengkap.Supaya when the error occurred can be started again.

  4. Click Expand Widget TemplateBlogging Today
  5. Copy Paste code below:

    /* CSS to hid navigation bar */
    #navbar {
    height:10px;
    visibility:hidden;
    display:none;
    }

    under the code <b:skin><![CDATA[/*

  6. Save Template.


Did you remove the navbar violate this TOS rules! Because they eliminate the identity of bloggers. If a blog you may still think 2x free, remove if this menu, just look for a blog you are at risk for the banned. Like others, if you already have your own custom domain I think not problematic if akan men-disable this feature.

Make Navbar Transparent

Blogging Today
After learn Make Navbar Auto Hide then we continue to create the Transparent Navbar.
Follow the step :

  1. Login to Blogger.com

  2. Click Layout

  3. Click Edit HTML → Previous first backup your template by clicking on your property Download Template Lengkap.Supaya when the error occurred can be started again.

  4. Click Expand Widget TemplateBlogging Today
  5. Copy Paste code below:

    #navbar-iframe{opacity:0.2;filter:alpha(Opacity=0)}
    #navbar-iframe:hover{opacity:0.5;filter:alpha(Opacity=100, FinishedOpacity=50)}

    Above code ]]></b:skin>

  6. Save Template.

The result so when the mouse pointer is not directed to the top of the blog for you, the menu navbar akan transparent, and vice versa if the light is directed akan happens

Make Navbar Auto Hide

Blogging Today
After learn What is the Navbar? then we continue to create the Auto Hide Navbar.
Follow the step :

  1. Login to Blogger.com

  2. Click Layout

  3. Click Edit HTML → Previous first backup your template by clicking on your property Download Template Lengkap.Supaya when the error occurred can be started again.

  4. Click Expand Widget TemplateBlogging Today
  5. Copy Paste code below:

    #navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
    #navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100,
    FinishedOpacity=100)

    Above code body }

  6. Save Template.

The result so when the mouse pointer is not directed to the top of your blog, navbar menu does not appear, and vice versa if it is directed will certainly appear.