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
write this code in your custom css section to capitalize first word
.boost-sd__filter-option-item-label {
text-transform: capitalize;
}
1 Like
