If you want to remove/hide/disable the Navbar page element here is how to do it. The Navbar is the banner at the top of your blog that has “SEARCH BLOG”, “FLAG BLOG”, “Next Blog”, “Create Blog” and “Sign In” on it.
- Sign In to Blogger.
- Click on Layout on your Dashboard.
- Click on the Template tab
- Click Edit HTML.
- Below Edit Template you see the HTML for your blog.
- Search for something like this:
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Rounders 4
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 27 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
/* Variable definitions
- Now add the following three rows at the right location:
#navbar-iframe {
display:none !important;
}
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Rounders 4
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: 27 Feb 2004
Updated by: Blogger Team
----------------------------------------------- */
#navbar-iframe {
display:none !important;
}
/* Variable definitions
- This is also a correct placement:
<b:skin>
#navbar-iframe {
display:none !important;
}
<![CDATA[/*