How to Start with a Clean Slate - Blank Page

Being new to Beaver Builder and the builder theme is it possible to start with a blank template that doesn’t have the header (i.e. Site Name, menu, search, etc.), as well as the “Leave a Comment section” and the footer?

Hi David,

Thanks for asking! The ability to completely hide the header and footer isn’t available in the theme yet, but it will be in a week or two.

You can hide the comments per page/post on the edit screen or site-wide in the admin settings.

Let me know if you have any questions about that.

Justin

I look forward to it. Thanks.

In the meantime Justin, looks like if you add the following CSS you can remove the header:

.fl-page-header-wrap {
    display:none;
}

Also, after making a backup of the footer.php you can delete the code down to the following then save:
<?php wp_footer(); ?>