Hiding your site's header in Builder

To hide your site’s header in Builder:

  1. Select the first piece of Builder content (e.g. your hero image)
  2. Navigate to the styles tab and give the content a fixed position in the layout section.
  3. Still in the layout section, give your content a top, left, right, and bottom value of “0”.

  1. Lastly, scroll down to the custom CSS properties section in the styles tab and add:

Z-index: 10

This will make your content lay on top of your header, hiding it. If your header is still visible, try giving your content a higher z-index (e.g. 100).