Tagged: enfold menu
Hi guys,
I removed the WPML language flags from the desktop menu with this code:
#top #avia-menu .av-language-switch-item{ display: none; }
But, they still appear in the mobile menu.
How can I remove the flags in the mobile menu with CSS as well? I tried:
@media only screen and (max-width: 767px) {
.responsive .av_mobile_menu_tablet .main_menu .av-language-switch-item{ display: none; }
But this did not work?
Sincerely,
Morticka
Hey Morticka!
Try adding this to your custom CSS.
.av-language-switch-item {
display: none !important;
}
Regards,
Elliott
Hi Elliot,
Unfortunately, that code did not work, I still see the flags in my mobile menu (smartphone, iPad)
Do you have another solution?
Sincerely,
Morticka
Hi Günter,
Oh shoot, I’m very sorry for wasting your time, I’ve removed WPML completely from my site this afternoon, got frustrated with the hassle. :(
You can close this topic
Sincerely,
Morticka