The Solution

Problem:

By default, the menu is designed to have a slight transparency.  Some people prefer this to be solid.

Solution:

Add to custom.css:

ul#nav ul.sub-menu {
    opacity: 1.0 !important;
}

Elementor