I use WPML plugin for translation. I don’t want flags to appear in in the top bar. Could you please help me?
I´ve already tried to add this in quick css but hasn’t worked so far:
:
#header_main>ul.avia_wpml_language_switch {
display: none;
}
and
#header_main > ul.avia_wpml_language_switch {
display: none;
}
Thanks,
Andres
Hi ahuby!
Please try following code
#header_meta .avia_wpml_language_switch { display: none !important; }
If that too does not help, please post the link to your website
Regards,
Yigit
Hi Yigit, it worked! thanks a lot!