Skip to content

Instantly share code, notes, and snippets.

@wpfullstripe
Last active November 10, 2021 09:21
Show Gist options
  • Save wpfullstripe/5f6d6a813782f10a113eec31f0af8457 to your computer and use it in GitHub Desktop.
Save wpfullstripe/5f6d6a813782f10a113eec31f0af8457 to your computer and use it in GitHub Desktop.
How to change button looks on WP Full Stripe forms
/* Replace FORMID with the actual form's id */
button#submit--FORMID {
background-color: red; /* This is an example, add your button properties */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment