We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Remove currency/language selector in menu drawer - Trade Theme

Solved

Remove currency/language selector in menu drawer - Trade Theme

golazocases
Pathfinder
96 0 28

Hi, i want to remove the language and currency selector in the menu drawer on mobile view (see reference). For some reason it is still displaying despite me deselecting it as an option on the customise theme page. 

 

my URL is golazocasesuk.myshopify.com

 

appreciate any help 🙂

 

Screenshot 2024-07-24 at 18.43.49.png

Accepted Solution (1)

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

Hello @golazocases 

Go to Online Store > Edit Code > component-drawer.css file
Add the below code at the bottom of the file

.menu-drawer__localization.header-localization {
display: none;
}

Thanks

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Reply 1 (1)

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

Hello @golazocases 

Go to Online Store > Edit Code > component-drawer.css file
Add the below code at the bottom of the file

.menu-drawer__localization.header-localization {
display: none;
}

Thanks

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...