Hi !
I have added a CSS code to change some of the breadcrumb caracteristics however I can’t change the color text.
Please find the CSS code I use :
.x-breadcrumb-wrap a {
font-size: 1.32rem;
letter-spacing: 1.2px;
word-spacing: 2px;
padding-right: 20px;
color: #C58A37;
display:inline-block;
}
What should I modify so the color is taken into account ?
Thanks very much !
