MOBİLE
DESKTOP
How do I hide country and currency on mobile?
Dawn Theme.
Hi @AYL
Could you share your store link?
Yes of course creer-a-porter.com
Hi @AYL
Please add this code at the bottom of your base.css file in Online store > Themes > Edit code
@media screen and (min-width: 767px) {
.menu-drawer__utility-links .menu-drawer__localization { display: none !important; }
}
Not work ![]()
Please try to add this code to your theme.liquid file, before tag instead and check again
thats work! but … Language option gone ![]()
Please update code to this
Not work again ![]()
Not work
before head again?