On the mobile menu, when the language switcher drop down icon is clicked, the flyout menu disappears . When the drop down icon is clicked it should show the English language sub menu . Can it be done with CSS ?. I don’t want to use any java script.
It doesn’t work on mobile Erik as you can’t show the English language option unless you touch the link and then it just reloads the same page before you can touch the English link
I gave you code to show both links as you only wanted a css solution.
CSS :hover doesn’t work (properly) on touch devices so you would need to implement a JS solution if you want a drop down menu to appear correctly on touch devices.