Change/Customize Breadcrumbs Title without touching Page Title

Hi,
I need a little help with this issue: how can I change/customize a Breadcrumb Title without modifying the Page Title? As you can see in this picture below, the Breadcrumb title is very long, and becomes a problem especially on mobile. So I was wandering how to shortening it without changing the Page Title.

Hope I make myself clear.
Thanks!

Hi there,

Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

Thanks for understanding. Take care!

Maybe the breadcrumbs can be tweaked in a future update to allow long page titles to be truncated. You often see this in long breadcrumbs.

Thank you both!

Do you know if is it possible to customize the Breadcrumbs Title with Yoast plugin?

Probably only when you use Yoast’s breadcrumbs. Don’t think you can edit Themeco’s breadcrumbs with Yoast.

1 Like

@JvP is correct, thanks for being so helpful @JvP!

1 Like

No problem @Joao,

Could you please add the breadcrumb truncate to the list of feature requests?

Hello There,

Your feedback has been noted.

As an alternative, you can add a custom css;

.x-crumbs-list-item {
    max-width: 180px;
}

And you will have something like this:

Hope this helps.

2 Likes

Great, thanks @RueNel!

You’re welcome!
We’re glad we were able to help you out.