(View Original Web?)

HOBBY > SOURCE CODE

cara menghilangkan navbar blogger atas pada blogspot


(Page 1 of 1)
Menghapus Navbar di blogspot selalu diperdebatkan beberapa orang mengatakan mereka menghapus navbar untuk membuat blog seperti terlihat lebih profesional dan ingin memiliki lebih banyak ruang di bagian atas blog.Others mereka tetap navbar mereka karena editing akan lebih mudah dengan mengklik di menu navbar.

navbar
Jika Anda ingin menghapus navbar blogger Anda di sini adalah cara untuk melakukannya.
1. Login ke blogger
2. Klik "layout" dari "Edit HTML".
3. Cari kode ini

     ]]>

4. Before that code add following code

    #navbar { display: none; }

or

    #navbar-iframe {display: none !important;}

If you use Classic Blogger Template the way to remove Navbar is different.
1. Log in to Blogger On the Blogger dashbord click template.
2. You will see your template HTML code. Search for the following code

    </style>


Add the following code before that.

    #navbar-iframe { display: none; }


3. After hiding your navbar there will be space on the top your blog remove it by adding code

    position: relative;
    top: -32px;


Before

    body {

moga membantu
(Page 1 of 1)

Navigation

Back Sub-Forum