Tagged: , , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #992798

    Hello Kriesi Team,

    I have the Enfold theme installed on two websites, both webites are running WPML. I have the language switcher turned off, but it shows me a lang switcher in the top menu. I’ve found a solution on this exact problem, but it does not work for me.

    https://kriesi.at/support/topic/how-to-remove-wpml-flags-from-top-bar/?login_error

    So I need your help, or a way to fi it, because I’d like to remove flags from both websites, and I’m planning to use your theme in the future too :) Cuz it’s just too cool.

    Thanks for your reply.
    Thomas

    #992823

    Hey blacknetguy,

    Please add this code to the quick css field or child theme style.css file to hide the flags:

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

    Best regards,
    Dude

    #992825

    You did it! Cheers!

    :)

    #992847

    Hi,

    Great, glad I could help you :)

    Best regards,
    Dude

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to remove WPML flags from top bar – older solution not working’ is closed to new replies.