How do I remove the language switcher from the Debut theme footer?

Hi!

Can’t find any solution that will match my need to delete the language switcher from footer in Debut theme. Tried many lines of code from this forum topics but they don’t work.

pass: ambrozja

Try adding this code to the bottom of theme.css

.disclosure {
  display:none;
}