Okay
  Public Ticket #2140689
Menu selected language
Closed

Comments

  •  17
    Marcelo started the conversation

    Hello, I need a little help. 

    In the main screen of my client's website already loads the default language. How do I make the language option already checked in the menu? If you click on English it will be checked too, following the same pattern as the main menu.

  •  1,558
    Laborator replied

    Hi Marcelo,

    Add this CSS to Custom CSS:

    .wpml-ls-current-language a:after {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
    


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  17
    Marcelo replied

    Perfect Art.


    Tks