CSS change in woo commerce Place Order Text [closed]

I will try to answer your question. since you know how the text can be changed – let me take it for CSS.

View in the browser – The browser is rendering the button like this →

<button type="submit" class="button alt" name="woocommerce_checkout_place_order" id="place_order" value="Confirm order" data-value="Confirm order">Confirm order</button>

enter image description here

Now create a folder by the name of “woocommerce” in your child theme/theme and create a folder by the name of checkout, and in that folder put payment.php from woo commerce template. (Look for the latest template)

and change the button class there with class that you want. You are all done.