Can someone help me remove this from the mobile menu?

Solved

Can someone help me remove this from the mobile menu?

shilaG
Tourist
8 1 0

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.Screenshot_1.pngScreenshot_2.png

Accepted Solution (1)
shilaG
Tourist
8 1 0

This is an accepted solution.

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.

View solution in original post

Replies 4 (4)

shilaG
Tourist
8 1 0

Untitled.png

shilaG
Tourist
8 1 0

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

shilaG
Tourist
8 1 0

This is an accepted solution.

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.

prakashVt
Shopify Partner
226 20 34
#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 

 

- Free Customer Dashboard apps that enhanced your customers' experience - VTN Customer Dashboard
- Feel free to Contact for more help (Free Support): [email protected]