Vous pouvez copier cette règle CSS dans votre fichier CSS personnalisé ou dans les paramètres avancés du plugin Linguise , dans les champs CSS personnalisés :
/* remove background color */
.linguise_switcher{
background-color: transparent !important;
}
/* remove border */
#dropdown .linguise_switcher_dropdown li{
border-bottom: none !important;
}
#dropdown .linguise_switcher_dropdown li.linguise_current .linguise_current_lang{
border: none !important;
}