Hi guys,
So I installed WPML and had to go through this to get the langage switcher to only display the other langage (as it should be by default in WPML but that’s a whole other debate…!): https://wpml.org/forums/topic/only-display-alternate-language/#post-634083
WPML’s solution works, but I lose the secondary menu’s separator, up top (it’s missing between “Infolettre” and “English”: http://www.imarklab.dreamhosters.com
Can you help?
Hi GabrielAlberola!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li.my-switcher-item {
border-left: 1px solid #2b8fcd!important;
margin-left: 10px;
}
Best regards,
Yigit
You guys are awesome, thanks :)