Skip to main content

Hide or Remove Topmost NavBar (Navigation Bar) from new Blogger

In every Blogger powered blogs, there is always a top Navigation bar that is mostly useless to most users & blogger alike. It looks something like this


I will show you a way to hide the navigation war through a CSS tweak. It is a very simple trick that will not mess up with your existing layout or custom theme.

Carefully follow the following steps:-


  • Go to blogger.com
  • On the Blogger Dashboard, click on the Layout link of the blog that you want to disable its NavBar. You can also click Customize on NavBar while visiting your blog.
  • Under the Layout tab, click on Edit HTML tab to view the template’s HTML code.
  • Search for the following line of code:



           ]]>



  • Before the line, add in the following line of code:


         #navbar { display: none; }
                   or:
         #navbar-iframe { display: none !important; }

  • Click on SAVE TEMPLATE to make the change effective.

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Downl...

uTorrent and BitTorrent beta comes to Android, available on Google Play

Earlier this year, we heard reports that BitTorrent Inc., was working on an Android version of its popular uTorrent and BitTorrent client.  Fans of the uTorrent and BitTorrent torrent clients can now rejoice!, your  favorite  desktop torrent clients are now  available  on your mobile devices, because BitTorrent Inc. has launched a beta apps of uTorrent and BitTorrent clients for any mobile or tablet running Android OS. These are fully functional, standalone clients unlike the Remote apps that were available until now.   There are many torrent clients already available on Google Play, but most of them are have limited functionality and are ad-supported unless you have a paid version but both of these apps are currently free, with features like RSS feeds for serialized downloads , unlimited upload/download speed, and running and downloading over WiFi in background, currently there are no limits on download sizes either. Both  apps suppo...