• Resolved mauko

    (@mauko)


    Hi there,
    On my Test Page I managed to give the language switcher a coloured background (so that anybody can see the position) but my problem is: It’s normaly completly invisible and it doesn’t show words or flags. This must be a CSS problem I got…
    My Test Site

    Any help?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chouby

    (@chouby)

    Hi,

    This is not only a CSS issue. Your theme has been designed to display only CSS icons in this menu (like your Facebook icon). The menu item text is “displayed” only to screen readers. I suggest that you contact the theme author to ask him if you can customize the menu to display the text to all visitors.

    Thread Starter mauko

    (@mauko)

    Thank you @chouby
    As you suggested, I did contact the developer (athemes) and I got a reply from them, helping me out with a CSS Code that solved the problem:

      .menu .lang-item .screen-reader-text {
          clip: unset;
          width: auto;
          height: auto;
          position: static;
        }
    
        .menu .lang-item .screen-reader-text span {
          display: none;
        }

    Thank you all

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Language Switcher there but invisible’ is closed to new replies.