Hide language switcher at mobile menu drawer (Dawn)

I got helped to set language swithcer(1st one) on header on mobile. so I want to hide 2nd language swithcer on menu drawer. could you give me a hand please?

freetrialix.myshopify.com

@loolakoola - add this css to the very end of base.css file and check

.menu-drawer__localization.header__localization {display: none; visibility: hidden;}

Hi @loolakoola , This is Richard from PageFly - Landing page builder.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


I hope it would help you Best regards,

Richard | PageFly

just amazing, how simple it its. Thank you so much and have a wonderful day

it works perfect too. THank you so much.

Hello @loolakoola ,

Sure thing we can help you. You can try to follow these steps:

Go to Online Store → Theme → Actions → Edit code

Go to Assets folder → base.css file → add this following code at the bottom of page

@media only screen and (max-width: 767px) {
  .site-nav__item--lang-switcher {
    display: none;
  }
}

Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.