Tagged: language switcher, menu
I would like to customize the language switcher in the primary menu.
Right now I see the current language displayed, and a drop down with the second language.
I would like to only see the second language in the menu, no drop down. I can’t seem to figure out where/how to customize this menu item.
Suggestions?
Thanks!!
Hi Antonia!
Thank you for using Enfold.
Do you mind if we take a look at the actual website? The default language selector for the theme should be flag symbols, not dropdown selector. You can remove the current language flags using this on Quick CSS:
.avia_current_lang {
display: none;
}
Cheers!
Ismael
Thanks Ishmael,
I removed the flags.
You’re right, it’s actually the WPML switcher that is in the menu. I don’t like the format of it but because it’s in the Enfold menu I can’t seem to figure out how to change it.