Hi,
i installed wpml in enfold. I removed the flags from header in enfold header > extra elements.
1.) How to remove the box (in the background) from the dropdown language selection?
2.) how can i reduce the space between the language selection (please see screenshot)?
kind regards Jak
Hey Jak73,
Thank you for the inquiry.
1.) Please add this css code to remove the background of the language switcher.
.av-main-nav ul li.menu-item-language, .av-main-nav ul li.menu-item-language a, .av-main-nav .menu-item-language .sub-menu {
background: transparent !important;
box-shadow: none;
border: none;
}
2.) To reduce the space between the language switcher and the active language, please include this css rule:
.av-main-nav .menu-item-language .sub-menu {
margin-top: -20px;
}
Best regards,
Ismael
Hi Ismael,
this worked really nice!
Thanks a lot!
kind regards
Jak
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard