on my site hidden link i have the language switcher active in the header menu.
Works good. The problem is, the mobile menu is only showing the flag of the currectly selected language. all other languages that appear in the dropdown don't have a flag.
Is there any way to solve this? on desktop, the languages from the dropdown also have a flag.
Hello There,
I hope you're doing well. I will try my best to assist you in this matter.
I checked the entire conversation you had with my colleague and understood the issue. While inspecting the issue, I found that the "display: none" property is applied for the image under the submenu, within the core of the theme, which was mainly causing the Language flag to not appear in the Dropdown.
When I remove that property, the Flag starts to display correctly in the Dropdown. Kindly check this screenshot(hidden link) for a better understanding.
That CSS is added within the style.css file of the Theme that you're using. Please remove the CSS rule from there or overwrite the existing CSS rule with "display: inline-block !important".