Hi there, the issue is with your CSS. Here’s the problematic code:
.wp-block-navigation__responsive-container.is-menu-open {
background-color: var(–wp–preset–color–header-background) !important;
padding: var(–wp–preset–spacing–40);
}
FILE: wp-content/themes/yith-wonder/assets/css/general-block-style.min.css
To fix this, you need to customize the background color of your header in your theme’s settings. Here’s how:
Open your WordPress Dashboard.
Go to Appearance -> Editor to open the Site Editor.
Currently, the color set for the –wp–preset–color–header-background variable is #f0f0f0. You’ll need to change this to your desired color or make it transparent.