As we all know in blogger, above header there is navbar or navigation bar . Most of want to hide the navigation bar in blogger , but we don’t know how to do that. Never wonder here is a simple trick to hide the navigation bar in blogger .
Follow these easy steps to paste the below CSS code :
CSS code to remove Navigation Bar in Blogger :
/* CSS to hid navigation bar */
#navbar
{
height:0px;
visibility:hidden;
display:none
}

Log in to your blogger account and select the Layout of the blog which you want to modify.
Select the tab page Template and then click on Edit HTML
Search for the text : body {
now paste the CSS code above the line in red.
This is how your template HTML code should look after pasting the hack code snippet
That’s all. From now onwards your blog will not display navigation bar.
About the author /
Mohamed RiasI'm a programmer, photographer, and proud parent. With a passion for coding and a love of capturing life's moments through my camera lens, I'm always on the lookout for new challenges and opportunities to grow. As a dedicated parent, I understand the importance of balancing work and family, and I strive to be the best version of myself in all aspects of my life.
Related Posts
-
October 29, 2012 -
October 13, 2012 Responsive Web design Tips : #1 SCALING IMAGES
-
-
June 8, 2012 Designing Blogger Template : Adding Meta Tags
-
June 7, 2012 Designing Blogger Template : SEO Optimized Title Tag
-
June 6, 2012 Grunge Mag Reloaded Blogger Template
Popular
Editor’s Pick
-
October 29, 2012 9gag Clone Blogger Theme
Yo Fellas! Hope you are having a great time.I have been busy with server migration and web design works lately. At last i have got some time to write a quick post. In this post, I am looking to distribute my another Blogger template called “9Gag Clone”. Yes, as the name suggests its a 9gag.com…
-
January 10, 2009 35+ Creative Ads That Makes You Look Twice
You might have seen plenty of advertisements on the road sides or when you have flipped over magazines. I hope that you might have just skipped most of them, but there are some cool creative advertisements which would make you look twice. To create Creative advertisements , the designer must be innovative enough to take…
-
December 5, 2010 25+ Inspirational Photography by Eric Gustafson
Today I’ve planned to show you some of the inspirational photographs taken by Eric Gustafson. Eric currently resides in Austin, but has lived throughout the United States (including Seattle, Florida, Indiana, Virginia & Texas) during his lifetime. He has been working odd jobs and taken small freelance work to support his love of digital photography….
-
April 23, 2023 Mastering the Art of Tilt-Shift Photography: Tips and Techniques
Welcome to the world of tilt-shift photography! It’s a technique that has been around for decades but has recently gained popularity due to its unique ability to create a miniature effect in photographs. In this article, we’ll discuss the basics of tilt-shift photography and provide tips and techniques for mastering this art form. Understanding Tilt-Shift…
-
August 22, 2009 Show only post titles in Labels page
Hope you might have noticed that few blogger users are using custom layout for Home Page , Post Pages, Labels Page and Archives Page. Though I will write about having custom Layout in your blog later , In this post I will explain how to show only post titles in labels page and Archives page….