Many of Bloggers hide this Navbar because it looks less attractive. So here I will tell the process to hide this Blogger Navbar.
Process to remove Blogger Navbar
Step 1: Login to Blogger.com
Step 2: Click on Layout from Dashboard
Step 3: Then go to Edit HTML
Step 4: Find out the following code. Normally it is located at head section.
Step 5: Add the following code just below this line.
#Navbar1
{
margin: 0;
padding: 0;
visibility: hidden;
display: none;
}
Step 6: After replacing it looks like the below image. Then save the template. Now you are done!!!
0 comments:
Post a Comment