Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi there
I am using Dawn Theme. I would like to change my breadcrumbs to be in sentence case.
Can someone please assist me. Find attached what it currently looks like.
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @carla_5 The way you have mentioned is little complicated and you need to add more custom code for that. instead you can use this.
Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.page-width.breadcrumbs>a {
text-transform: lowercase;
}
If you want all of it to be in Capital Letter then add this code:
.page-width.breadcrumbs>a{
text-transform: uppercase !important;
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hi @carla_5
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Also did you want to change the font of the breadcrumb as same as the Sentence? Hopefully I understand your question if not then can you please explain your requirement?
Best regards
Sahil
- Your
Hi there, thank you for reply.
I am looking to change the breadcrumbs on my page to just sentence case. I will attach 2 pictures, one how my page is curently looking, and the second one how I want it to look, for clarity 🙂
This is what it looks like, uppercase and sentence case mixed.
This is How I want it to look like - Only Sentence Case
Hi @carla_5 Got it, understood your point, Can you now please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best Regards
Sahil
- Your
Hi @carla_5 Please add the code in your theme.css/base.css/style.css file which is available in your theme.
span.breadcrumb-delimeter {
font-size: 10px !important;
}
.breadcrumb-delimeter:not(:last-child):after {
font-size: unset !important;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
If you will unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Thank you so much. It looks better now. However, is it also possible for the words to be in the same letter case? For example, mine looks like this: Home / SHOP / BY PRODUCT / Leggings.
I would like it to look like this: Home / Shop / By Product / Leggings
This is an accepted solution.
Hi @carla_5 The way you have mentioned is little complicated and you need to add more custom code for that. instead you can use this.
Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.page-width.breadcrumbs>a {
text-transform: lowercase;
}
If you want all of it to be in Capital Letter then add this code:
.page-width.breadcrumbs>a{
text-transform: uppercase !important;
}
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
Hi there thank you so much for the above, will this code work if I change the text-transform to capitalize? So that I can make the first character of a string capitalized and converts the remaining characters to lowercase?
Hi @carla_5 you can try but it will not work, as mentioned it need little complex coding to accomplish this and I will need to look into your theme code to provide you the exact solution.
There is a workaround if you are good to go with that, I have just looked your site and you have already figured the workaround that I am suppose to suggest you, great.
Hopefully I was able to help you, If yes then Please don't forget hit Like and Mark it as solution!, So that if some other person have the same issue then this post will help them.
Best Regards
Sahil
- Your
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025