Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2628282
Language switcher in mobile version
Closed

Comments

  •  1
    pbourelly started the conversation

    The language switcher on the main menu in the mobile version is not visible and does not work.

    What can be done?

  •  2,699
    PenciDesign replied

    Hi,

    I see it still displayed there. But the colours from WPML override the colours from mobile navigation, so you don't see it.

    Please try to add more this code to Customize > Custom CSS to remove those colours on vertical mobile navigation:

    #sidebar-nav .menu li, #sidebar-nav .menu li a {
        background: none;
    }
    

    Best Regards,

    PenciDesign