Breadcrumbs Element - Change color of active page

I have the breadcrumbs element on a page template and the breadcrumbs work great. However, even though my interaction color is different, it only shows the main color on the active page. Is this normal for the breadcrumb element?

Cornerstone:

Live page:

Attaching link to a page (in development) in secure note.

It looks like it is being overridden by a default CSS:

Hey @Kev,

This looks like a bug. For now, please add the following code to your Breadcrumbs Element CSS.

.x-crumbs-current span {
  color: red;
}

Chage red to the color you need.

1 Like

Perfect. I’ll pay attention to the updates when I see this is fixed so I can remove the CSS.

Awesome. Feel free check the changelog here: https://theme.co/docs/changelog/pro-6 sometime soon.