Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .breadcrumbs a,
body .breadcrumbs span,
body .yoast-breadcrumb a,
body .yoast-breadcrumb span {
text-transform: capitalize !important;
}
body .woocommerce-breadcrumb .breadcrumb-last:last-child,
body .yoast-breadcrumb .breadcrumb_last:last-child {
text-transform: capitalize !important;
}
Woocommerce does not provide the option to configure the breadcrumbs, and WoodMart does not either. You can try to search for a plugin. We have not tested any with our theme, we cannot guarantee any.
Please add this code to the Theme Settings > Custom CSS > Global:
woocommerce-breadcrumb a:after {
content: ">";
}
Best Regards.