If you would like to remove the top header, all you need to do is add the no-header class to the body tag of index.html


Find this: <body class=""> 
Replace it with: <body class="no-header">