This topic has 10 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
Hello,
it is possible to correct the drop-down menu in the top bar which appears as follows:
with this view:
Greetings,
Dario
Hello,
.top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
background-color: #1b1b1b;
}
.top-bar .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:hover {
background-color: #a2185b;
}
.top-bar .wpml-ls-sidebars-languages-sidebar a {
width:100%;
}
.top-bar .wpml-ls-sidebars-languages-sidebar a:hover,
.top-bar .wpml-ls-sidebars-languages-sidebar a:hover {
background-color: transparent;
border-color: transparent;
}
Regards
Perfect,
lastly, is it possible to remove the “Sign in or register” link in the mobile version?
Greetings,
Dario
.navbar-header.show-in-tb-right {
display: none;
}
Regards
The code works,
Is it possible to remove the border to the right of the language menu?
Thank you,
Dario
.top-bar #icl_lang_sel_widget-6 {
border-right: none;
}
Regards
Thank you,
finally, what is the class to remove this margin between the prewfooter area and the footer?
Greetings,
Dario
You’re welcome!
Please provide temporary wp-admin access.
Regards
Link in the private area
.prefooter .etheme_widget_satick_block {
display: block;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up