Hide-disable-remove-blogger navbar from your blog

Today we learn hoe to remove the bloger navigation bar but first we must know what a bloger navbar is. A bloger navbar is a bar that allows the viewer to easily navigate to other random blogs from the page he or she is viewing. It also has a feature that allows the user to search the blogs, and mark any blog as a spam Despite its many features many people prefer to remove it because they think it spoils the look of a blog, especially if the blog has many different subtitles. Let me come to the actual point on how to disable or hide your bloger navbar. Let’s go step by step on how to remove it and I have a photo illustration to help you get started. Sigh in to your blogger account and click the layout tab next to your blogger name Next, click the edit HTML tab as shown in the below picture. Add the code that’s is shown in the picture below #navbar { height: 0px; visibility: hidden; display: none; } Save the changes Now, you can see your blog without that navbar ...