Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 6, 2021 02:47
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/f3bbcf5892bdaeafab7ba8f1abdfef49 to your computer and use it in GitHub Desktop.
Save Roy-Oto/f3bbcf5892bdaeafab7ba8f1abdfef49 to your computer and use it in GitHub Desktop.
How to make the corners of the WPForms submit button round.
div.wpforms-container-full .wpforms-form button[type=submit] {
color: white !important;
background: #ee7948 !important;
border-color: #ee7948 !important;
border-radius:5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment