Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 6, 2021 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/564b8e034f3999aeb3bf3a94c04bf88a to your computer and use it in GitHub Desktop.
Save Roy-Oto/564b8e034f3999aeb3bf3a94c04bf88a to your computer and use it in GitHub Desktop.
How to change the color of the WPForms submit button
div.wpforms-container-full .wpforms-form button[type=submit] {
color: white !important;
background: #ee7948 !important;
border-color: #ee7948 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment