Hi
I am testing WPML multi language on this site: http://www.dalbomultimedia.net/ictec/
I would like to have the switcher and not also the flags to show in main menu.
How can I achieve this?
Best regards
S. Haugum
Hi dalboslampen!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css if you want to remove the default language flags:
li.language_nb.avia_current_lang, li.language_nb.avia_current_lang + li {
display: none;
}
Best regards,
Ismael
Thank you!
…and the same of course goes for the English flag on the english pages.
Tryied to ad same code with EN instead og NB, but no luck
Hi!
Please use this css code to hide the flags on all websites:
.menu-item-language img.iclflag {
display: none;
}
– I recommend to add it to the child theme style.css file. If you want to insert it into the quick css field you must save the code several times because Enfold creates a different option set for each language. You can use the language switcher (Enfold > Theme Options) to save the quick css content for each language.
Regards,
Peter