How to hide the Language Switcher language name(only for mobile version) in flatsome theme?

Hi!

In the PC version i have language switcher in this way: language name + flag

Now, i am trying to do, that in my mobile version will be only flag(with out language name).

Is it possible and how?

you can set your chosen max-width display

You can try with this type code:

@media only screen and (max-width:767px){
.color-switcher{
display:none;
}
}

nothing happened.

Try it

@media only screen and (max-width:767px){
.language-switcher-class{
display:none !important;
}
}

Could you please show your demo link?

Nothing happened. And i need this only for website mobile version.
P.S. It is not the APP. It is website.

Hi @Mr_Loco1,

Get in touch with Expert Programmer from Envato Studio this is Envato Freelancer platform.
Hope they will solved your issue.

Thanks!