Remove currency/language selector in menu drawer - Trade Theme

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 :slightly_smiling_face:

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