• Resolved EBrockway

    (@ebrockway)


    Hi,

    Last update change the color of the cross when a variation doesnt have stock, before it was branded with our theme color, since last updates it’s not anymore, how can we change that ?

    Regards,
    Eric

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    Hi @ebrockway

    Could you try the following snippet

    add_filter( 'woo_variation_swatches_global_ajax_variation_threshold_max', 'woo_variation_swatches_global_ajax_variation_threshold_max_edit', 10, 2 );
    function woo_variation_swatches_global_ajax_variation_threshold_max_edit( $size, $product ){
    	return 700;
    }

    Thank you

    Thread Starter EBrockway

    (@ebrockway)

    Hi, now since last update the red cross dont even display.

    And i am not sure of what your code is supposed to do too, as it as no color we can change on it ?

    Can you please share your product page link?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘issue with red cross color’ is closed to new replies.