To hide the navbar in your blog using blogspot or blogger is a very simple process. You just have to follow the following steps:
1. Log in to your blogger account
2. Go to the Template
3. Go to Customise
4. Select Advanced option
5. Select Add CSS
6. Paste the following code:
#navbar-iframe {
display:none !important;
}
For sure it will hide your navigation bar or blogger navbar
0 comments:
Post a Comment