jsquery find form label code example
Example 1: how to set text for label in jquery
BY LOVE
$("#lblCustomerName").text('LOVE SINGH');
Example 2: change label color contact form 7
.wpcf7-form label {
color: <your font color here>;
font-size: <your font size here>;
}