Comments 1matejthetree started the conversationOctober 30, 2018 at 11:32pmWhen changing to dark style from predefined styles, it has good style before it is selected : https://gyazo.com/5d948c4b5593dae419c582ea62e2b1aebut once you select it, it returns to white background. https://gyazo.com/65ef11b12e947d6db5a655540c492e1fShouldnt it conform to styles as well?[deleted] repliedOctober 31, 2018 at 8:23amHi matejthetree, Please add the code below to your Custom CSS area: .kalium-wpml-language-switcher.hover .languages-list { background-color: #333 !important; } .kalium-wpml-language-switcher.menu-skin-dark .languages-list a { color: #fff !important; } and it should change the color to a dark one. Sign in to reply ...
When changing to dark style from predefined styles, it has good style before it is selected : https://gyazo.com/5d948c4b5593dae419c582ea62e2b1ae
but once you select it, it returns to white background. https://gyazo.com/65ef11b12e947d6db5a655540c492e1f
Shouldnt it conform to styles as well?
Hi matejthetree,
Please add the code below to your Custom CSS area:
and it should change the color to a dark one.