Hello Community,
Can you share the script to change the color of the breadcrumb bar?
Thank you very much for the attention.
Hello Community,
Can you share the script to change the color of the breadcrumb bar?
Thank you very much for the attention.
Breadcrumb bar color is affected by a setting under colors.
Hi
If you would like the breadcrumb to have a different color from the “Main Colors”, you can use the following CSS code:
/* Breadcrumb color */
doc-layout-breadcrumbs .breadcrumbs {
background: #666 !important;
}
Please replace #666
with any color code of your choice to fit your design preferences.
Regards,
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.