This topic has 10 replies, 3 voices, and was last updated 8 years ago ago by Rose Tyler
Hello, I installed WPML and I would place in the top bar the abbreviations of the various languages as seen in the demo https://www.8theme.com/demo/classico/variant1/…
Also if possible I would like to make the background of the topbar slightly transparent ..
How can I do?
Hello,
Please refer to WPML topic https://wpml.org/forums/topic/abbreviation-instead-of-language-name/ .
Add this code in Global Custom CSS section:
.home .header-type-3 .top-bar {
background-color: rgba(0, 0, 0, 0.1);
}
Best regards,
Jack Richardson.
Ok but the bakcground top bar is visible only in homepage, while i would it also in another pages..it’s possible?
Hello,
Please, change previously css code to the following:
.header-type-3 .top-bar {
background-color: rgba(0, 0, 0, 0.1);
}
Regards,
Rose Tyler.
I try to follow the guide but to no avail, I remember that in your demo there are abbreviations of languages in the top bar … not you help me in another way ?
Sorry but the color of the languages item is white and i would change it in gray…it’s possible?
Hello,
Please, add this code in Custom CSS:
#lang_sel_list ul a {
color: gray !important;
}
Regards,
Rose Tyler.
Hello,
To get abbreviations please refer to this WPML topic https://wpml.org/forums/topic/abbreviation-instead-of-language-name/ .
Edit this code in Global Custom CSS:
#lang_sel_list ul a.lang_sel_other, #lang_sel_list ul a.lang_sel_other:visited {
color: #444444;
}
and add !important
to color value, so it’ll be:
#lang_sel_list ul a.lang_sel_other, #lang_sel_list ul a.lang_sel_other:visited {
color: #444444 !important;
}
and this code:
#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited {
color: #444444 !important;
}
Best regards,
Jack Richardson.
Ok, but I would like a customization type this https://www.8theme.com/demo/classico/variant1/ that is slightly larger abbreviations and change the color of the selected language, thanks
Hello,
You can configure it in WPML settings.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up