If you use blogger template so you have seen blogger navigation bar , which look very unprofessional .Using this trick remove navigation bar completely from your blog and make your blog more professional.
- Sign into blogger and click Design or Template .
- Now click on edit Html ( here you see html code ).
- Tick the check box " Expand widget template " .
- Now press Ctrl+F on your keyboard and search this code ( <body> ) .
- ( <!--<body>--> )copy the code and paste it above the code .
- Now click save template .
- Then you will see three options " Keep widgets " , "Delete widgets ", " Cancel ".
- Click on " Delete widgets " button .
- Save your template.
Hide blogger navigation bar :
- Sign into blogger and click Design or Template .
- Now click on edit Html ( here you see html code ).
- Tick the check box " Expand widget template " .
- Now press Ctrl+F on your keyboard and search this code ( ]]></b:skin> ) .
- Just before ( ]]></b:skin> ) add this code
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
height:0px;
visibility:hidden;
display:none
}
- Now click save template.
If you have any Further Information and Quires about this Article don't hesitate to comment in comment box below.
AND
If you like this article , like our Facebook like page and click +1 to support 123techguide
|