Many bloggers always look out for ways to remove blogger navigation bar. You can not remove blogger navigation bar from the layout menu. Simply because blogger wants it to be there. Whenever you open a blogger blog, it appears on the top.
However those who want to remove can still remove the blogger navigation bar simply by adding a simple code into the blogger template.
Follow the steps given below and you will be able to remove the navbar of blogger.
- Login to blogger.com.
- Select your blog and go to template section.
- Now click on Edit HTML.
- Now you have to add below code as it is shown below.
- Add the blue color code to the location shown below.
- <b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Awesome Inc.
Designer: Tina Chen
URL: tinachen.org
----------------------------------------------- */
#navbar-iframe {
display: none !important;
}
/* Variable definitions
- Once you add the code. Save you template.
- Open your blog in a new tab and you will see that your blog's navigation bar will be gone.
Copy and paste the code to the right location as shown else you will not be able to remove the navigation bar.You have to only paste the colored code to the given location. You can simply copy it from here.
Let me know if you face a problem.
Comments
Post a Comment