The Pro-Form default payment button is too little, I would like to have a much more attractive button. How can I change the default buttons?
Costumizing Payment Buttons in Pro-Forms
I usually use dev console on Chrome to find the class or the id, then I add a javascript with a timer on the footer of my page that changes the content I want to change in those forms.
If you just need to change size / shape / color / style you might be able to get away by setting up a custom CSS rule on your Wordpress Customizer (remember to use !important, just in case ).
I hope it works for you