Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #388831

    Hi guys,

    I removed the WPML language flags from the desktop menu with this code:

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

    But, they still appear in the mobile menu.

    How can I remove the flags in the mobile menu with CSS as well? I tried:
    @media only screen and (max-width: 767px) {
    .responsive .av_mobile_menu_tablet .main_menu .av-language-switch-item{ display: none; }

    But this did not work?

    Sincerely,
    Morticka

    #389042

    Hey Morticka!

    Try adding this to your custom CSS.

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

    Regards,
    Elliott

    #389260

    Hi Elliot,

    Unfortunately, that code did not work, I still see the flags in my mobile menu (smartphone, iPad)

    Do you have another solution?

    Sincerely,
    Morticka

    #389415

    Hi!

    I tried your link but i cannot find the language flag to test. Can you give us a link to the page with the problem and WPML activated?

    Alternativly can you give us a temporary admin access, so we can activate WPML for testing purpose?

    Best regards,
    Günter

    #389555

    Hi Günter,

    Oh shoot, I’m very sorry for wasting your time, I’ve removed WPML completely from my site this afternoon, got frustrated with the hassle. :(

    You can close this topic

    Sincerely,
    Morticka

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to remove WPML language flags from mobile menu’ is closed to new replies.