New Shopify Certification now available: Liquid Storefronts for Theme Developers

Capitalize First Letter in Each Word in Filter Tree Minion Theme W/ Boost AI Search & Discovery App

Solved
joshwp
Explorer
54 1 6

Hello. I am currently working on updating the theme of my site and want to continue to use the Boost AI Search & Discovery App since all of my products are tagged and not using metafields. Is there a way capitalize the first letter of each word in my filter tree on the left side of my page (image attached). I can't find a way in the app or theme to do this. Any help is very much appreciated. Preview URL: https://zx6un7egzr38meip-26215088200.shopifypreview.com

joshwp_0-1695829918337.png

 

Accepted Solution (1)
Asad24
Shopify Partner
180 35 31

This is an accepted solution.

write this code in your custom css section to capitalize first word

.boost-sd__filter-option-item-label {
text-transform: capitalize;
}



banned

View solution in original post

Reply 1 (1)
Asad24
Shopify Partner
180 35 31

This is an accepted solution.

write this code in your custom css section to capitalize first word

.boost-sd__filter-option-item-label {
text-transform: capitalize;
}



banned