Hi there,
How do I change the breadcrumb text color to white?
Hello @jallsopp,
Thanks for asking.
Please add following CSS to change breadcrumbs color:
.x-breadcrumb-wrap a, .x-breadcrumbs .delimiter, .x-breadcrumbs .current {color: #fff;}
Thanks.
Thank you! That worked beautifully.
You’re most welcome!