Hello, I would like to add language switcher on mobile phone, and I found code below, but when i paste it custom.css nothing happens. What could be the solution?
@media (max-width: 480px){
.wpml-ls-current-language.wpml-ls-last-item.wpml-ls-item-legacy-dropdown {
display: none;
}
}