Language switcher in footer menu

Hi there,
I just want ask you if it is possible to turn off icon which is on the left side of language switcher in our footer menu.

Thanks a lot
Michael

Hi Michael,

Thanks for reaching out.
There are few different options to remove the WPML language switcher from the footer, first, rather than the primary menu you can select a different menu for the Navigation element with the same menu items Or you can use the below custom CSS code to make the item invisible.

.x-menu-collapsed .wpml-ls-menu-item
{
    display: none !important;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Perfect thanks a lot.

Michael

Hi Michael,

You’re welcome and it’s our pleasure to help you. If you have any other concerns, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.