Hello,
Thank you for reaching out to us.
To remove the text that appears when hovering over the “Add to Cart” button, we recommend adding a custom CSS code:
.content-product .quantity-wrapper .button[aria-label]:after {
display: none;
}
Best Regards,
8Theme’s Team