Hi there,
I’m using the WPML plugin with the enfold theme and it works great. I just want the language menu (with the flags) not visible in the mobile menu, is that possible?
thanks! Moniek
Hey Moniek!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 769px) {
ul.avia_wpml_language_switch { display: none; }}
Regards,
Yigit
thanks Yigit, this works!! cheers and all the best for 2015!