Tagged: avia-arrow, language selector, wpml
Hey envis,
Thank you for the inquiry.
That is the default style of the language switcher in the theme. If you need to add the submenu indicator, try to add this css code.
#top #header .menu-item-language .dropdown_available {
content: "";
display: inline-block;
margin-left: 0.6em;
vertical-align: middle;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 6px solid rgb(201, 201, 201);
margin-top: 0.2em;
}
Best regards,
Ismael