Sunday, March 4, 2012

TUTORIAL : remove navbar from blog


a lot of people find this 'navbar' is just disturbing. some of them find think its helpful but whatever. i know i don't like navbar at my blog. so i remove it ~

1. from 'Dashboard' > template > edit HTML
2. press ctrl +F to use the Find function
3. find the code body { 
4. copy and paste the code below before the body { code

                                                                                                      #navbar-iframe {
                                                                                                      display: none ;
                                                                                                       }

   example :

5. save and see the result





No comments: