Prestige Theme - Removing Language Selector

Hello Shopify Gurus,

I would like to remove the language selection field at the bottom of any page provided by my theme (Prestige), since I already have other selectors. I could not find how to remove that. My shop URL is: andastudio.co

Could you please help me with that?

Kind Regards,

Ayse

.locale-selectors__container {
    display: none !important;
}

Add this code in theme.css or style.css
@andauser
thank you.

@andauser

lease Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.locale-selectors__container {
    display: none !important;
}