Blogger navigation bar can be hidden by following the following steps:
- Sign in as your blogger account.
- In the dashboard click the layout and then click Edit HTML on the Edit Template HTML code found your blog. Insert
- CSS definitions above template code like the following example:
...
\u0026lt;b:skin> \u0026lt;! [CDATA [/ * ----------------------------------
-------------
Blogger Template Style Name: Rounders
Designer: Douglas Bowman
URL: www.stopdesign.com
Date: February 27, 2004
Updated by: Blogger Team
--- -------------------------------------------- * / # navbar-iframe
{display: none! Important;}
/ * Variable definitions ====================
\u0026lt;Variable name = "mainBgColor" description = "Main Background Color "
type =" color "default =" # fff "value =" # ffffff ">
\u0026lt;Variable name =" mainTextColor "description =" Text Color "type =" color "
default =" # 333 " value = "# 333333">
... - Remove back whenever you want on the show again.