Skip to content

Instantly share code, notes, and snippets.

@kontikidigital
Created January 21, 2019 16:42
Show Gist options
  • Save kontikidigital/26d030e0377e681a3ddf0f64c0e62f2b to your computer and use it in GitHub Desktop.
Save kontikidigital/26d030e0377e681a3ddf0f64c0e62f2b to your computer and use it in GitHub Desktop.
WPML Short Language Code Selector
/* WPML Short ISO Selector */
li.wpml-ls-item {
list-style: none;
float: right;
margin: 3px;
color: #7a776e !important;
}
.wpml-ls-item > a {
color: #7a776e;
}
.wpml-ls-first-item > a {
padding-right: 0 !important;
}
.wpml-ls-first-item > a:hover:after,
.wpml-ls-last-item > a:hover:after {
display: none !important;
}
li.wpml-ls-first-item:before {
content:"|";
width: auto;
padding: 20px 5px 20px 0px;
}
.wpml-ls-last-item > a {
padding: 0 !important;
float: right;
}
.wpml-ls-current-language a {
color: #e39f21; !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment