Tagged: wpml
Hi! I’ve just installed WPML on my site, but language selctor flags are duplicated on top main menu. I try to follow these suggestions and also but it has no effect.
Please can you help me?
Kind regards
Simone
Hi!
Here it is!
Kind regards
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li.av-language-switch-item {
display: none;
}
Regards,
Yigit
Thanks Yigit! It works! Is it now possible to move the flags after the search icon?
Kind regards
Simone
Hey!
Please change the code to following one
li.menu-item-language {
display: none;
}
Best regards,
Yigit
Great! Works like a charm!
Thank you very much!!
Kind regards
Simone