Shopify themes, liquid, logos, and UX
Hey everyone,
I would like to change the design of the menu in my mobile theme (Dawn 13.0), I would like to delete the language and currency/country selector as they're unnecessary. Any help is appreciated!
Shop link: www.bootik54.com
Kind regards,
Miguel
Solved! Go to the solution
This is an accepted solution.
Hello,
You can hide the relevant section on mobile using the following code. If you can't do it, you can write again.
@media (max-width: 991.98px){
button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
display: none;
}
}
This is an accepted solution.
Hello,
You can hide the relevant section on mobile using the following code. If you can't do it, you can write again.
@media (max-width: 991.98px){
button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
display: none;
}
}
Worked! Thanks a lot
glad to hear that. If you have a problem with something else, tag me when you open a topic and I can help you when I have time from my own software work!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025