• Hello, I’m setting up a multilingual website with this plugin

    I was wondering if there was any way to hide the active language from the menu (for example, if the site is currently set on the english version, hide the english flag from the menu)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • use css

    .active-language {display:none}

    Thread Starter ufficiowebjust

    (@ufficiowebjust)

    Thanks for the tip,
    I added this

    .active-language{
    display:none;
    }

    in the additional CSS for the theme but it didn’t do anything. Did I do something wrong? I have set up a dropdown menu for the language, does it work with it too?

    try:
    display:none!important;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide active language on menu’ is closed to new replies.