Removing Currency Switcher on Header

Hello my website is tunetoyz.com and I watch to remove this country currency switcher on my header. Can someone please help me.
Thank you so much!

Hello @TuneToyz

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css.
Add the provided code at the end of the file.

.desktop-localization-wrapper {
    display: none;
}

Hello @TuneToyz

You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!