(Squarespace) How to change mobile menu overlay to black

To change mobile menu overlay to black, from this.

To this.

You can use this code to Custom CSS
If it doesn’t work, you can email or message me.

div.header-menu-bg.theme-bg--primary {
    background-color: #000 !important;
}