Hey folks!
Does anyone know the CSS for changing the flyout menu background color?
Thanks!
Hey folks!
Does anyone know the CSS for changing the flyout menu background color?
Thanks!
I believe the following will work for you.
nav.user-menu-navigation {
background-color: red;
}
Obviously replace RED with the hex color you want.
That did work, thank you!
Menu text would be:
.user-menu-item-title {
color: aqua;
}
The active menu text was a bit trickier to get to work on my end. I had to do:
doc-layout-user-menu .user-menu-item.user-menu-item-active .user-menu-item-title {
color: red;
}
Hmm, I tried both options and neither seemed to change the menu text color.
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.