Skip to content

Instantly share code, notes, and snippets.

View Silverwaring's full-sized avatar
🐢
Getting there

Andrew Waring Silverwaring

🐢
Getting there
View GitHub Profile
@Silverwaring
Silverwaring / gravity-forms-material-design.css
Created July 21, 2017 07:37
Styling Gravity Forms with Material Design Look
/*** MAIN WRAPPER ***/
.gform_wrapper {
background: #6000AA;
padding: 5%;
}
/*** REMOVE LABEL FOR PLACEHOLDER ONLY ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
display: none;