Gravity Forms – Styling

body .gform_wrapper .gform_body .gform_fields #field_1_36.gfield input[type=text] { background-color: #FFFFFF; color: black; text-align: center; font-size: 15px; font-weight: bold; } body .gform_wrapper .gform_body .gform_fields #field_1_37.gfield input[type=text] { background-color: #A0A5A9; color: black; text-align: center; font-size: 15px; font-weight: bold; } .gform-theme–foundation .gform_fields { grid-row-gap:…Continue reading

Hide admin nags

.notice .is-dismissable { display: none; } /* In WordPress, set this to be inserted into the admin footer. That option is unavailable on the library website */Continue reading