Reply 191916 to: style for language

Avatar: Rose Tyler
Rose Tyler
Support staff
April 25, 2018 at 09:26

Hello,

You need to use custom css code to change looks of your selectors.
For example, add this code in Theme Options > Styling > Custom css or in style.css file of child theme:

.top-bar .wcml-dropdown li ul a {
    background-color: #a80d2d;
    border: none;
    color: white !important;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background-color: #a80d2d;
    color: white;
    opacity: 1;
}
.top-bar.topbar-color-white a:hover{
    color: white;
    opacity: 1;
    background-color: #b55367ba;
}
.header-center .languages-area > div {
    border-color:  white;
}
.top-bar ul.wpml-ls-sub-menu, .top-bar .wpml-ls-legacy-dropdown a {
    background-color: #a80d2d;
    border-color: white;
}
.top-bar .wpml-ls-legacy-dropdown a, .top-bar .wcml-cs-active-currency {
    width: 100px;
    text-align:  center;
}
.top-bar .wpml-ls-legacy-dropdown a {
    border:  none;
}
.top-bar .wpml-ls-legacy-dropdown a:focus, .top-bar .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background-color: #b55367ba;
    color: white;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.