Tutorials

How to Remove "Navigation Bar & Powered By Blog"  


  1. First of all go to "Design."
  2.  Then go to "Customize.
  3.  
          3. Then go to "Advance" and then "Add CSS"
      4. Add This Code  #Attribution1 {
      display:none;
      }
      and the save the template.



      5. For removing navigaton just put

      #navbar-iframe {

      display: none !important;

      }

      This code in the same place where you have putted attrtbution code and save it.

    1 comment: