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

    I use WPML plugin for translation. I don’t want flags to appear in in the top bar. Could you please help me?
    I´ve already tried to add this in quick css but hasn’t worked so far:
    :
    #header_main>ul.avia_wpml_language_switch {
    display: none;
    }

    and

    #header_main > ul.avia_wpml_language_switch {
    display: none;
    }

    Thanks,
    Andres

    #446070

    Hi ahuby!

    Please try following code

    #header_meta .avia_wpml_language_switch { display: none !important; }

    If that too does not help, please post the link to your website

    Regards,
    Yigit

    #446075

    Hi Yigit, it worked! thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WPML flags in the top bar’ is closed to new replies.