Hey bsarbu,
Add this to quick css:
.av-language-switch-item{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you, seems to be working for the desktop view.
However, on the phone the flags are still displayed…
Bogdan
Hi,
Did you clear the cache on mobile?
Best regards,
Jordan Shannon
Sure, I am using Firefox Klar, no cookies are stored and everything is cleared everytime. Please check for yourself.
Thanks!
Hi,
Add this to quick css:
#av-burger-menu-ul .wpml-ls-slot-26{
display:none!important;
}
Best regards,
Jordan Shannon
Hey,
I have a related question: I like the enfold language switcher, but I would prefer it to be on the top right instead of the top left of my site. Could you help me move it?
Hi lindenhof,
In a way, it can be done, but it will not stay in the exact spot all the time:
@media only screen and (min-width: 990px) {
#top #header_meta .avia_wpml_language_switch.avia_wpml_language_switch_extra {
left: -75vw;
}
}
Best regards,
Victoria
Hm, now the language switcher is gone altogether…
Hi,
Thank you for contacting us.
I checked your site and the language switcher is positioned on top right.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Language switcher dropdown */
#top .menu-item-language .av-main-nav ul {
left: auto;
right: 0;
}
Best regards,
Vinay