Hello Kriesi Team,
I have the Enfold theme installed on two websites, both webites are running WPML. I have the language switcher turned off, but it shows me a lang switcher in the top menu. I’ve found a solution on this exact problem, but it does not work for me.
https://kriesi.at/support/topic/how-to-remove-wpml-flags-from-top-bar/?login_error
So I need your help, or a way to fi it, because I’d like to remove flags from both websites, and I’m planning to use your theme in the future too :) Cuz it’s just too cool.
Thanks for your reply.
Thomas
Hey blacknetguy,
Please add this code to the quick css field or child theme style.css file to hide the flags:
#top #wrap_all .av-language-switch-item{
display: none !important;
}
Best regards,
Dude
You did it! Cheers!
:)
Hi,
Great, glad I could help you :)
Best regards,
Dude