Language switcher
-
Hi
I have just installed the plugin, and I am really amazed! This works very well and is so easy to make the page look awesome!
One issue though is, that I now have a language switcher on the log in page. This was not there boefore, and I really don’t need it. It simply offers to switch between English (UK) and English (US).
I have found a similar post here, with a custom CSS code that should place this in a better position
body .ml-form-container{flex-flow:column}
It seems to not change anything in my case even after clearing cache (I am using the default 2024 wordpress theme). That said, I would actually rather prefer for it to not be there at all!
I have no idea what I am doing, and only based on some googling, i have tried
#language-switcher {
display: none;
}And
#language-switcher-locales {
display: none;
}I have also tried replacing the # with . or just removing them. None seems to hide it.
Any tips, or suggestions for me to hide this?
- You must be logged in to reply to this topic.