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

    Hi
    I am testing WPML multi language on this site: http://www.dalbomultimedia.net/ictec/
    I would like to have the switcher and not also the flags to show in main menu.

    How can I achieve this?

    Best regards
    S. Haugum

    #275426

    Hi dalboslampen!

    Thank you for visiting the support forum!

    Please add this on Quick CSS or custom.css if you want to remove the default language flags:

    li.language_nb.avia_current_lang, li.language_nb.avia_current_lang + li {
    display: none;
    }

    Best regards,
    Ismael

    #275486

    Thank you!
    …and the same of course goes for the English flag on the english pages.

    Tryied to ad same code with EN instead og NB, but no luck

    #275537

    Hi!

    Please use this css code to hide the flags on all websites:

    
    .menu-item-language img.iclflag {
    display: none;
    }
    

    – I recommend to add it to the child theme style.css file. If you want to insert it into the quick css field you must save the code several times because Enfold creates a different option set for each language. You can use the language switcher (Enfold > Theme Options) to save the quick css content for each language.

    Regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.