Enter this custom CSS to hide the Divi menu until the visitor starts scrolling down the page.

Enter the below CSS.

.mobile_menu_bar:before {
color: #A68B59;
position: relative;
top: 0;
left: 0;
font-size: 32px;
content: "\61";
cursor: pointer;
}



You can also disable the menu from showing altogether.