|
For user blog provided by Blogger, on the top of blog will appear something what we called navigation bar (nav-bar). Nav-bar actually has many functions, including: we can move to another blogs by pressing the "next blog" on the nav-bar. A blog that we visit will be visited us back,as feedback.
But if we want a blog look neat that sometimes have a way to hide nav-bar on the blog provided by Blogger, as following:
1.Login to Blogger with your account.
2.On the dashboard menu select layout.
3.On the layout menu select edit HTML and copy-paste the code below under the outer wrapper like this:
4. And next click save and we will see the results.
But if we want a blog look neat that sometimes have a way to hide nav-bar on the blog provided by Blogger, as following:
1.Login to Blogger with your account.
2.On the dashboard menu select layout.
3.On the layout menu select edit HTML and copy-paste the code below under the outer wrapper like this:
# navbar-iframe (
height: 0px;
visibility: hidden;
display: none;
)
height: 0px;
visibility: hidden;
display: none;
)
4. And next click save and we will see the results.
No comments:
Post a Comment