Search

Wednesday, February 22, 2012

1 Remove Navigation Bar From Your Blog


navigation barA bar on the top of your blog containing Follow, Next blog, Search and so on option is the blog navigation bar.  The Blog navigation bar is helpful for some user and some of the users are greatly in a problem due to the navigation bar. A good news to the users having this problem is that I have created and posted the solution for this in my own blog.
Guys if you really wanna remove the Navigation bar, I  am their to help you out. I have placed a simple coding in this post. Follow this step to remove your navigation bar-
Step 1: Join this site.
Step 2: Sign in to your Blogger and Select your blog to remove the navigation bar.
Step 3: Now click on Templete > Edit HTML > Proceed
Step 4: You need to find out the place where the below code is mentioned
            Blogger   Sunnykr78.blogspot.in
            Name:    Get Improved.
            Designer: Sunnykr78
            URL:      sunnykr78.blogspot.in
            ----------------------------------------------- */
Step 5: The right hand side code may not match as it is of mine.
Step 6: Now what you need to do is, Just below it paste the below code.

                     #navbar {
                     height: 0px;
                     visibility: hidden;
                     display: none;
                     }

Step 7: Now just Save Templete and View your blog.
You will see your navigation bar has been removed. Enjoy the trick user.
All the above mentioned step is necessary to be followed for the successful achievement of the desired goal.

1 comment:

Guys your comment are very important to me....
Please pass your comments so that I can understand better and reply to you.