Hello,
If you have a look at my website, you will see i have the language changer on the top left, for some reason i have them in text and then the flags. i checked the WPML settings and the flags are not ticked. how do i remove them?
Hi Jihad,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
hello,
Done.
Hi,
I’m not sure why both are showing but you can try the following in Quick CSS under Enfold–>General Styling to hide the flags:
ul.avia_wpml_language_switch_extra {
display:none !important;
}
Best regards,
Rikard
that workedperfectly, thanks.
I’m trying to hide the WPML language switcher also. Pasted that CSS into the custom CSS and the language switcher is still there. Any help?
Hey!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Cheers!
Elliott
Elliott,
Not sure if you got my last private message. Tried sending it again.
Hey!
Did you figure it out? I don’t see it in your menu. Take a screenshot and highlight what your referring to.
Perhaps you just activated a new child theme and haven’t imported the theme settings yet because your site is using the default styles, widgets, and menus.
Best regards,
Elliott
Yes. It’s still there. Please check it again, the menu was a little wonky.
Hi!
I’m getting a 500 internal server error when trying to view your site now. Please check that.
Best regards,
Elliott
Back up and running. Please try again. Thanks.
Hi!
Add this to your custom CSS.
.av-language-switch-item {
display: none !important;
}
Regards,
Elliott
Worked like a charm. Thanks!