"Be Yours" Theme menu is transparent on Mobile!

Hi guys

ive managed to screw up and make my menu transparent on mobile.
im trying to change it back to its previous color, without success.

can anyone help me?
Theme is “Be Yours”

Please share the store link so we can have a look.

edited

Add this CSS to fix the transparent background issue -

div#menu-drawer {
background: rgb(var(--color-background));
}

You can add it at bottom of base.css file under Theme > Action > Edit Code or install any app to add custom css.

thank you so much :slightly_smiling_face: