Personalized checkout and custom promotions with Shopify Scripts
Hello,
I have disabled the language selector and currency selector from the customize tab but on the mobile it still appears. Could you help me solve this issue. And also want to locate the selector in code for mobile v
Solved! Go to the solution
This is an accepted solution.
Hey @EGM1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @EGM1
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Sure,
There is no password. The problem is that on mobile when you open the drawer at the bottom there is still the selector even tho I have disabled it.
This is an accepted solution.
Hey @EGM1
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
display: none !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you so much for the solution, it worked. Is it possible to help how to ad a new div inbetween the spaces to add something else ?
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. Also, if you'd like to add another div to add something else then it would require custom coding as it's not only possible via CSS. If you're not familiar with coding then I suggest you to hire a Shopify developer who can help you out.
Best Regards,
Moeed
Hi @EGM1
Try this one.
@media only screen and (max-width: 989px){
#HeaderCountryMobileForm > div > div > button {
display: none !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024