MENGHILANGKAN NAVIGATION BAR

Share this article on :
Navigation Bar atau Navbar terkadang tidak kita jumpai pada sebagian blog karena sebagian dari para blogger menghilangkannya, mungkin karena mereka merasa kurang nyaman dengan tampilan yang sedikit mencolok pada bagian atas blognya. Bentuk Navbar berupa kotak memanjang dan posisinya berada di atas blog. Di sana kita jumpai beberapa tombol yang diantaranya login/logout.



Naaaah.... terus bagaimana jika menginginkan tampilan blog kita tanpa Navbar.... tentu saja kita harus menghilangkannya dong... berikut cara menghilangkan Navbar :


1.  Login ke Blog sobat>> Rancangan >> Edit HTML.

2.  Cari tag
 
  /*Variable definitions
  ====================

3.  Letakan kode di bawah ini tepat di atasnya.

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

4.  Kemudian simpan.

Untuk lebih jelasnya lihat contoh di bawah.

Blogger Template Style
Name:     Games Review
Author:   Klodian
URL:      www.deluxetemplates.net
Date:     July 2010

License:  This free Blogger template is licensed under the Creative Commons Attribution 3.0 License, which permits both personal and commercial use. However, to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors. For more specific details about the license, you may visit the URL below:
http://creativecommons.org/licenses/by/3.0
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
/* Variable definitions
   ====================

1 komentar — Skip to Comment

dirman emet mengatakan...

Trima kasih atas trik yang diberikan.

Posting Komentar — or Back to Content