If you desire
to remove blogger navbar from your blogger blog, then you can easily remove
blogger navbar. You can remove blogger navbar from these simple methods. Follow
these simple steps.
First Method for removing blogger navbar
1. Login to your Blogger blog
2. Go to
Blogger Design and Edit HTML
3. Download
your blog full template
4. Click to
Expand Widget Templates
5. find now ]]></b:skin>
with Ctrl-F
6. Add the
following code above this ]]></b:skin>
Navbar {
Height: 0px;
Visibility:
hidden;
Display: none;
}
Now click on
save template and check your blog you will be deleted from your blog blogger
navbar.
2nd method of
removing blogger navbar
Step 1, 2,3
and 4 are the same as those of the first method above
5. Search
]]></b:skin> with Ctrl+F keys
6. Add the
following code above this ]]></b:skin>
#navbar-iframe
{
display: none
!important;
}
Now
click Save Template and see that Blogger Navbar is removed from your blog.
0 comments:
Post a Comment