Disable blogger navigation bar very easily | Remove blogger navigation bar using CSS
To give a professional look to your blogspot hiding navbar is very important. Sometimes people avoid blogs because they do not look like a...
https://things-for-students.blogspot.com/2012/10/disable-blogger-navigation-bar-very.html
To give
a professional look to your blogspot hiding navbar is very important. Sometimes
people avoid blogs because they do not look like a professional blog, for this
reason people are removing navbar from their blog. You too can remove blogger
navbar very easily just follow these steps.
- Log in to your blog. Select your blog and goto template. Now click on Customize
- In the template design go to advance option and the following CSS code
-
#navbar-iframe{
Display:none!important;
}