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

    Hi,

    i am using WPML & Enfold and want to use WPML’s dropdown menu to switch languages.

    However Enfold seems to automatically include it’s own language menu, so i end up having two menus next to each other and would like to get rid of the Enfold one.

    Thanks for help!

    #447338

    Hi Nij0!

    Try adding this to your custom CSS.

    .avia_wpml_language_switch { display: none !important; }
    

    If that does not work then send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    • This reply was modified 8 years, 11 months ago by Elliott.
    #447563

    FYI I tried adding the CSS Elliott provided, but it did not have any effect on my site. However, the following CSS did the job for me:

    #avia-menu .av-language-switch-item { display: none !important; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with WPML language switcher’ is closed to new replies.