Hi Everyone,
I have a problem. I am working on a website with the WPML Plug-In and two languages.
I want to hide the flags in the top bar which appear on default.
In the theme options I have chosen “hide the default language flags”, but they are still there.
Any ideas what I can do?
Thanks a lot.
Bettina
Hi Bettina,
Please try the following in Quick CSS under Enfold->General Styling:
#header_meta ul.avia_wpml_language_switch_extra {
display: none;
}
Best regards,
Rikard
Perfect.
Thank you so much for your reply.