I found on the forum this code and I was able to change the font to white for my single products but I still have a black font on a black button for my variation products.
.single_add_to_cart_button.etheme-simple-product.button.alt {
color: #ffffff !important;
}
How can I change the font to white on the Add to Cart button for variation products?