oh thanks for reply.
I paid the developer a small amount and applied the following filter.
add_filter( 'woocommerce_product_variation_title_attributes_separator','gb_update_product_separator');
function gb_update_product_separator(){
return ' ';
}
oh thanks for reply. I paid the developer a small amount and applied the following filter.