Skip to main content

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 @caycocho ,

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,


Reply