.product .amount, .woocommerce .from {
display: none;
}
The CSS removes the price from the button but also everyhere else in the site. I’m having the same issue.
That is great news.
Do you know of an easy way css or otherwise to remove the product amounts being displayed as a text string next to Add to cart buttons? I managed to remove them with css before but it also stopped the totals being displayed on the single product pages as well (not desirable).