Product options/variations notice displays as an Alert [closed]

if you remove the responsible JavaScript for this action Woocommerce by default add html box to the product page and to do so use the following code:

function dequeue_script()
{
wp_dequeue_script('wc-add-to-cart-variation');
}
add_action('wp_print_scripts', ' dequeue_script', 100);

you should put this code in your child theme functions.php