Also, I did find this code here on the forum. Is there any changes this can be used to achieve what I need?
[css]
.gform_validation_error #field_5_2 .gfield_description.validation_message {
display: none;
}
.gform_validation_error #field_5_2 {
background: none;
padding: 0 !important;
margin: 0 !important;
border: 0;
width: 99.2%;
}
.gform_validation_error #field_5_1 .ginput_container, .gform_validation_error #field_5_2 .ginput_container {
margin: 0;
max-width: 100% !important;
}
Posted 12 years ago on Thursday August 30, 2012 |
Permalink