There is this white language selector at the bottom footer that I dont know how to remove. Its making it so that the footer doesnt fully reach the bottom which looks ugly, how do I remove this language selector I already have one as u can see.

There is this white language selector at the bottom footer that I dont know how to remove. Its making it so that the footer doesnt fully reach the bottom which looks ugly, how do I remove this language selector I already have one as u can see.

Hi @StrayBear
Try this one.
.locale-selectors__container {
display: none;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!