Hello, i have a menu on the top bar.
I would like:
1- When the buton is click the background now is white, i would like to be #00c9b7
2 I would like that the menu and the [share] icons be on the center and don’t on the top bar
This topic has 4 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hello, i have a menu on the top bar.
I would like:
1- When the buton is click the background now is white, i would like to be #00c9b7
2 I would like that the menu and the [share] icons be on the center and don’t on the top bar
Hello,
1. Add this code in Theme Options > Custom CSS > Global Custom CSS:
.widget_nav_menu li.current-menu-item a {
background-color: #00c9b7;
}
2. Add this code in Global Custom CSS:
.top-bar .topbar-widget {
float: none;
vertical-align: middle;
}
.languages-area {
margin-top: 20px;
}
Regards,
Eva Kemp.
It works very well. Thank you very mutch!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Menu Top Bar’' has been successfully resolved, and the topic is now closed for further responses