Hey @meb92,
Thanks for reaching out!
The theme itself does not have the option of disabling the header entirely, however, you can achieve this with the following CSS workaround, which you can add to the Appearance>Customize>Additional CSS section:
#site-header{
display:none;
}
After adding the code, hit “Publish”. The header should now be hidden on your site.
Please let me know if this works for you!