Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Can you please try adding the below code in your child theme’s functions.php file?

    add_filter('thwvsf_variation_separator', 'th_change_variation_separator');
    function th_change_variation_separator($separator){
        return '   :   ';
    }

    We hope this will help.

    Thank you!

    Thread Starter daynese1

    (@daynese1)

    Works fine, thanks ??

    Plugin Author ThemeHigh

    (@themehigh)

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Variation Name Beside Attribute Label issue’ is closed to new replies.