So i found a solution using CSS. I’m gonna leave it here for those who need it.
#1 (Change the color to white)
.woocommerce-page button.single_add_to_cart_button.alt
{color:#fff !important}
#2 (Hide the button)
.woocommerce-page button.single_add_to_cart_button.alt
{display: none; !important}