If I switch from the original language to another language (e.g. English) in the mobile menu, the language selection disappears.
WPLM Support told me the following: the language switcher output controls your theme, not WPML. In your case it is displayed, but with white font on a white background. This also comes via a variable from Woodmart:
.wd-nav[class*=wd-style-]>li>a {
color: var(–nav-color);
}
In that case –nav-color #ffffff – is white
How can I change the described font color to black?
Attachments:
You must be
logged in to view attached files.