Hi Fabio,
I hope that you are doing great.
Do you want to remove this clear button?
Please add the following snippet to your child theme’s functions.php file:
add_action( 'woocommerce_reset_variations_link' , function(){
return false;
}, 15 );
You can also use the Code Snippets plugin.
Let me know if this helps.
Thank You
Remove the “empty” function – Product Page
Fabio Neo
Hi
How can I remove the “empty” function on the product page?
For now we don’t need this function. We would like to always keep a variant enabled, the goal is to remove the uncheck variant function and remove “Clear”.
Thank you!
Fabio