Remove the Navbar from your blog!!!
To remove the navbar in the blog do the following...
_ Log into your blog account.
_ On the Dashboard, select the Layout option. This will give you a page where you can find Edit HTML option--- click it.
_ Under the Edit Template you can find the HTML coding of your blog.
_ Their locate the following code

_ The above data may vary according to the template you have chosen during the creation of the blog.
_ Then below that code paste the following code
#navbar-iframe {
display: none !important;
}
_ Then save the template and run your blog. And now it looks like a website.
_ Log into your blog account.
_ On the Dashboard, select the Layout option. This will give you a page where you can find Edit HTML option--- click it.
_ Under the Edit Template you can find the HTML coding of your blog.
_ Their locate the following code
_ The above data may vary according to the template you have chosen during the creation of the blog.
_ Then below that code paste the following code
#navbar-iframe {
display: none !important;
}
_ Then save the template and run your blog. And now it looks like a website.
Comments