How to Modify Stripe "Submit Form" Checkout Button Color

I’ve seen references to CSS but I’m not sure what class I’m supposed to be modifying to change the color of the button. Can anyone point me in the right direction?

I just need to change the color of the button to orange (or at least let it inherit my theme’s CSS).

Any help would be awesome.

Thanks, Tom

You need to provide the URL of the page where your button is for us to be able to help.

https://thomasmitchell.net/bronze-package/

Nevermind. Got it on a complete guess:

.s2member-pro-stripe-submit{background-color:#ee591f !important;}

.s2member-pro-stripe-submit{border-color:#ee591f !important;}

Ugh… Now just have to figure out how to change the blue “Add” button orange when a user clicks “Add billing info”.

Any guesses?

I am not sure you can. That is set by Stripe, not by s2Member.

ok, thanks. I"ll hop over to Stripe and see if I can find anything out.