Good afternoon everyone.
I just change my woocommerce breadcrumb separator. It only need simple steps.
- Copy the
breadcrumb.phptemplate from woocommerce plugin directory (/wp-content\themes/bestdeal/woocommerce/shop/breadcrumb.php) to your woocommerce theme template directory (/wp-content/themes/foreverlove/woocommerce/shop/breadcrumb.php) - Edit the
breadcrumb.php, add this line after$prepend = '';
$delimiter = '<span class="sep"> </span>'; - You can put your delimiter in $delimiter variable. For me, I just add the style for
.sepclass.
Home this helps.

