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

    I’m working on a multi-language site and have been able to change the flags to text from another thread (very helpful).

    What I haven’t figured out is how to change the styling so that I can highlight which language is selected, and change the hoverstate for the items. I’ve tried `.av-language-switch-item language_fr a:link{
    color:#ec6951;
    }and.av-language-switch-item language_fr avia_current_lang a:link{
    color:#ec6951;
    }` added to the Quick CSS, but doesn’t seem to affect anything.

    Thanks for your help!

    #381036

    Hi svenwalther!

    Try this.

    .menu-item-language-current a { color: red !important; }
    

    If that’s not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    #400372

    That worked! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Multi-Language Selection (text instead of flags, update styling)’ is closed to new replies.