Yes, it appears it’s a ‘default-menu class’ issue.
I used the following code to remove “Navigation” from the footer and it worked:
li.default-menu {
display: none !important;
}
Bottom line, the issue is theme specific and not your plugin. Thank you for responding. Cheers!