Add the following in
extra.less
Less:
.p-breadcrumbs>li:last-child a {
color: red;
}
Let me show you how to find it:
View attachment 235678
1) right-click on the part that you want to make change to
2) click Inspect
3) the related codes will be highlighted
4) you may try to change the values here, for this case, it's color.
5) copy the thing to extra.less
This is the basic. I got a lot to learn/ask too.