Add custom CSS on Divi Theme settings page to hide Divi’s navigation bar. You can find it here: Divi > General Settings > Scroll down for Custom CSS

Here’s the code:

#main-header { display:none; }
#page-container { padding-top:0px !important }