How to Hide Quick Launch in SharePoint 2013 Page

  1. <style>  
  2.     .ms-core-navigation   
  3.     {  
  4.         DISPLAY: none  
  5.     }  
  6.      
  7.     #contentBox   
  8.     {  
  9.         margin-left: 0px  
  10.     }  
  11. </style>