New Shopify Certification now available: Liquid Storefronts for Theme Developers

How do I hide country and currency on mobile?

AYL
New Member
6 0 0

MOBİLE

Ekran görüntüsü 2023-10-26 203540.png

DESKTOP

Ekran görüntüsü 2023-10-26 203556.png

 

How do I hide country and currency on mobile?

 

Dawn Theme.

Replies 9 (9)
Dan-From-Ryviu
Shopify Partner
5679 1046 1072

Hi @AYL 

Could you share your store link?

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

AYL
New Member
6 0 0

Yes of course creer-a-porter.com

Dan-From-Ryviu
Shopify Partner
5679 1046 1072

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; }
}

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

AYL
New Member
6 0 0

Not work 😞 

Dan-From-Ryviu
Shopify Partner
5679 1046 1072

Please try to add this code to your theme.liquid file, before </head> tag instead and check again 

<style>
.menu-drawer__localization { display: none !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

AYL
New Member
6 0 0

thats work! but ... Language option gone 😕

Dan-From-Ryviu
Shopify Partner
5679 1046 1072

Please update code to this 

<style>
.menu-drawer__localization localization-form:first-child { display: none !important; }
</style>

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

AYL
New Member
6 0 0

Not work 😕 before head again?

AYL
New Member
6 0 0

Not work again 😞