Add this custom CSS code to your DIVI theme options page and it will hide the navigation menu links:
/* Hide the header navigation links */
#et-top-navigation {
visibility: hidden;
}
/* Don't hide the centered inline logo */
#et-top-navigation .centered-inline-logo-wrap {
visibility: visible;
}
0 Comments