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}
Actually I’m not ordering products, I am requesting budgets. It’s possible to work with the budget request option rather than adding to cart? I need to design a catalog, not displaying the prices of products and allow me to select high volume, this is a wholesale shop.