Can someone help me remove this from the mobile menu?

Hello, I want to put languages in the main menu on mobile, and this in the bottom will only confuse the customers.

So I want to get rid of it. I tried deleting code in the footer.liquid but didn’t have any success.

The theme I am using is Craft.

I have tried ticking and unticking this and it always shows…

I have added this to base.css

@media only screen and (max-width:989px){ .menu-drawer__localization.header-localization { display: none; } }

And it is gone.

#menu-drawer localization-form {
    display: none;
}

It appears that you are currently using the dawn theme. If you are comfortable using CSS, this code will work for you.

@shilaG