That did not work but this did -
li.t4s-breadcrumbs__item {
text-transform: capitalize;
}
A user seeks help capitalizing a word in their Shopify store’s breadcrumb navigation, sharing a screenshot of the issue.
Initial Responses:
Solution Found:
text-transform: capitalize;li.t4s-breadcrumbs__item { text-transform: capitalize; }Resolution:
The issue is resolved through custom CSS targeting the breadcrumb element. The helper notes they could only provide the general CSS property without store access to identify the exact selector needed.
That did not work but this did -
li.t4s-breadcrumbs__item {
text-transform: capitalize;
}