How can I capitalize a word in the breadcrumb?

How can I capitalise this word in the breadcrumb?

1 Like

Hi @siric
Please drop your store please

Hi @siric

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

text-transform: capitalize;

That did not work but this did -

li.t4s-breadcrumbs__item {
text-transform: capitalize;
}

I only provided the CSS declaration as I can’t specify the selector (li.t4s-breadcrumbs__item) without access to your store URL.