This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Eva Kemp
Hi,
1. I’m having an issue with the WPML language bar in the top right widget bar on my site. I’ve set it to be horizontal in WPML options, yet it’s always vertical no matter what I change. I’d like it to match the currency switcher in the top left widget.
2. I’d also like the hover color for both to be #be7535.
Thanks in advance!
Hello,
1. Please add this code in Global Custom CSS:
.topbar-widget.widget_icl_lang_sel_widget ul {
float: left;
padding-right: 20px !important;
}
2. Use this css code:
.top-bar .topbar-widget ul li a:hover {
color: #be7535;
}
Regards,
Eva Kemp.
Tagged: horizontal, language, space, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up