Skip to content

Instantly share code, notes, and snippets.

@agirlandhermac
Last active March 6, 2017 22:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agirlandhermac/08ac1a587e49534f6d7c5ad01f31fc38 to your computer and use it in GitHub Desktop.
Save agirlandhermac/08ac1a587e49534f6d7c5ad01f31fc38 to your computer and use it in GitHub Desktop.
Finding a Page ID in Genesis to Use for Caldera Forms
/*** YOU WILL NEED TO REPLACE 80 WITH YOUR SPECIFIC PAGE NUMBER ***/
article.post-80.page.type-page.status-publish.entry {
background: transparent;
}
/*** THIS MAKES THE FORM BACKGROUND TRANSPARENT AND OTHER STUFFS ***/
.caldera-grid .form-control {
border-width: 3px;
color: #fff;
background: transparent;
height: auto;
padding: 10px 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment