Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #368238

    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

    #368450

    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

    #374444

    thanks Yigit, this works!! cheers and all the best for 2015!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘wpml language menu not in mobile version’ is closed to new replies.