Hide the header nav menu
All of the Beaver Builder Theme's header layouts include a nav layout and askyou to associate a menu. You can easily show the header area and hide the nav area with the following CSS.
- Copy and paste in the following CSS code. See the article on where to add custom CSS code.
.fl-page-nav {
display: none;
visibility: hidden;
}