hi,
I’ve used the method provided for Enfold Main theme to remove the flag, but it doesn’t work.
please help.
thank you :)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_current_lang {
display: none !important;
}
Best regards,
Yigit
hi Yigit
the code you provide will only hide the current language which is not what I wish to achieve.
this one works:
.avia_wpml_language_switch { display: none !important; }
YES!!