Language switcher text color (wpml)
-
I have a language switcher on my website, which I configured using the woodmart header builder (you can find it on the left side of header menu). After recent updates of woodmart theme and wpml, its text has turned black, and I can’t get it to be white again. Please help, or let me know if the problem isn’t on your end, but with wpml.
Hello,
Please provide us with your admin access so we can log in and check this on your end.
Thank you in advance.
Hello,
Sorry for the delay in replying. You can find information below
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
.whb-color-light .wd-nav-secondary {
--wd-navigation-color: 255,255,255;
--nav-color-hover: rgba(255,255,255,0.7);
}