Caldera form styled to look like Divi
/*** FIELD STYLING ***/ .caldera-grid .form-control { padding: 16px; height: auto; box-shadow: none; background: #eee; color: #999; border: none; } /*** BUTTON STYLING ***/ .caldera-grid input[type=submit] { padding: 10px 20px; border-radius: 2px; background: transparent; color: #2ea3f2; font-size: 20px; border: 2px solid #2ea3f2; float: right; transition: all 0.3s ease-in-out; } /*** BUTTON HOVER STYLING ***/ .caldera-grid input[type=submit]:hover { background: rgba(0, 0, 0, 0.05); border-color: transparent; color: #2ea3f2; }
Copyright © A Girl and Her Mac