How to remove the language selector on Brooklyn theme

Hello Shopify community,

I have installed Weglot for translation of my website and it automatically includes a language selector, therefore I would like to remove the one in the header of my website (see screenshot) and the footer. I tried previous solutions but they didn’t work as I think they we specially for another theme. I can’t seem to find how to remove it.

Here is the url of my website: https://bluoceans.ca

Thanks a lot for your help in advance!

Simon

hii, @SimonBaribs
paste this code in top of translation-lab-langauge-dropdown.css
OR timber.scss file.

.translation-lab-dropdown {
    display: none !important;
}

Thank You.

Thanks a lot it worked!

Hii @SimonBaribs

If it works then accept my solution and give a like

Thank you