Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658231

    I’ve been searching through all of the archives and I can’t find anyone that is looking to accomplish exactly what I want, so I’m hoping folks can help me.

    I installed WPML and the flags are appearing in the left corner of the top sidebar. Instead of flags, I’d like text… and only the text of the other languages, not the language that is currently being used.

    So my website will be in English and Spanish. When viewing the English homepage, I’d like for the top left corner to say “Espanol” and vice versa.

    Right now I’ve disabled the flags using
    #avia-menu .av-language-switch-item {
    display: none;
    }
    since I’m still working on the Spanish version and I don’t really like the flags.

    Any help would be appreciated!

    #659083

    Hey cynthiammartinez,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .language_flag img {
        display: none !important;
    }
    
    .language_code {
        display: block !important;
        text-transform: uppercase;
    }
    
    .avia_current_lang {
        display: none;
    }

    Moderator keyword: language switcher text

    Best regards,
    Ismael

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