This topic has 7 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi,
I was writing you couple months before about language switcher on mobile. Problem is that now when I transferred site and used latest versions of wpml, switcher do not work. Take a look at archiplay.rs
Switcher work fine on desktop version.
You can see on screenshot http://pho.to/AZJNt
I just want to remove this green switcher.
Hello,
Try to add this code in custom css:
@media (max-width: 480px){
.wpml-ls-current-language.wpml-ls-last-item.wpml-ls-item-legacy-dropdown {
display: none;
}
}
Regards,
Rose Tyler.
Sorry, it is still there. I addad also !important but nothing.
You are right! Thanks!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘WPML language switcher in mobile version’' has been successfully resolved, and the topic is now closed for further responses