Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created February 16, 2018 18:28
Show Gist options
  • Save Shelob9/00676f22567f81bbc0949f3e68e8f9b1 to your computer and use it in GitHub Desktop.
Save Shelob9/00676f22567f81bbc0949f3e68e8f9b1 to your computer and use it in GitHub Desktop.
Make the Caldera Forms submit button full width and orange For https://bridgetwillard.com/hire-bridget See: https://calderaforms.com/doc/button/
/*All Caldera Forms */
.caldera-grid .btn-default {
background-color: #e27737;
color: white;
width: 100%;
}
/*Just that one form (with the ID of CF59e795482d092) */
.CF59e795482d092 .btn-default {
background-color: #e27737;
color: white;
width: 100%;
}
@gidgey
Copy link

gidgey commented Feb 16, 2018

Thanks, Josh. Where do I put it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment