Re: Change Menu Features for Mobile

Solved

How can I modify mobile menu features in Dawn 13.0 theme?

bootik54
Excursionist
28 0 6

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

Bildschirm­foto 2024-02-21 um 13.39.06.png

 

 

Accepted Solution (1)

TerenceKEANE
Shopify Partner
512 86 80

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;
    }
}
★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites

View solution in original post

Replies 3 (3)

TerenceKEANE
Shopify Partner
512 86 80

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;
    }
}
★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites
bootik54
Excursionist
28 0 6

Worked! Thanks a lot

TerenceKEANE
Shopify Partner
512 86 80

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!

★ Looking for Dedicated Premium Coding Support? Join our unique "PREMIUM SUPPORT" service starting at 59 USD for 1 MONTH!
★ Get skilled Shopify developers at BUDGET-FRIENDLY RATES — explore Novajetsoft.com for a rapid quote!
If my support was a lifeline for you, The COFFEE  
would be the anchor keeping me steady!
★ For Quick response --> WhatsApp | Email --> info@novajetsoft.com | Software Engineer - Specializing In Advanced E-Commerce Websites