I need to style the first/last word in submit button using jQuery or CSS.
Code below:
input.wpcf7-form-control.wpcf7-submit {
font-weight: 700;
}
<div id="btnDiv" class="btnDiv"> <input type="submit" value="SUBMIT REQUEST" class="wpcf7-form-control wpcf7-submit"></div>
I want to change the first-word font weight to light, Is this possible?
Please note: I can't change my HTML code. This is a WordPress site. The Submit button coming from a plugin called 'Contact Form 7'.