このCSSルールは、カスタムCSSファイル、または Linguise プラグインの詳細設定にあるカスタムCSSフィールドにコピーできます。
/* 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;
}