To change the colour of the sub labels you can add the following to your theme's style.css
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
color: #D96D1A;
}
If you want to change the color of all the labels you would use this
.gform_wrapper .top_label .gfield_label, .gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
color: #D96D1A;
}
Your form should then look something like this, http://imgur.com/jVjSsKy
Posted 12 years ago on Thursday April 11, 2013 |
Permalink