Hi,
I’m using Xstore and I want to put the WPML language selector like the same format as the “hosting” demo.
How can I do it?
Thanks!
This topic has 6 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
Hi,
I’m using Xstore and I want to put the WPML language selector like the same format as the “hosting” demo.
How can I do it?
Thanks!
Hello,
We don’t have WPML widget on the hosting demo. Select on that demo is simple menu for demo purposes only. All the available options for the WPML widget you can find in the WPML plugin settings. If you need anything extra you ask WPML plugin support if they have options for this.
Regards
I know that you don’t have the WPML widget on the demo.
What I’m asking is what CSS code should I put so that the widget I have put, in appearance, is the same as in the demo.
Thanks!
Hi,
Your site under maintenance mode, so we can’t check it. Please provide temporary wp-admin access.
Regards
I create a new credentials for you.
Thanks!
Hello,
Sorry for the delay in answering.
Add the next code in Theme Options > Theme Custom CSS:
.header-top .wpml-ls-legacy-dropdown a {
background-color: transparent;
color: white;
border: none;
}
.header-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
color: white;
opacity: .8;
background-color: transparent;
}
.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border: none;
background-color: white;
width: 200px;
padding: 6px 0px;
}
.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
color: #222;
padding: 10px 15px 10px 15px;
}
.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
opacity: 0.5;
}
Regards
The issue related to '‘Language selector format’' has been successfully resolved, and the topic is now closed for further responses