Hello, i’m trying to change the label styles on the contact form. Normally all added styles on the css editor work, but this one isn’t. i tried variations of:
.wpcf7 p, .contact-form label {
font-weight: bold !important;
font-size: 12px !important;
color: #653012 !important;
}
and they don’t seem to work. i can see them on firebug with a line through them, seems the regular “p” tag is overriding them with font-size: 16px; and the other styles as well.
i also tried creating a wrapper div around the form shortcode and inline styling it with the above. everything works that way except the font-size, the default p is still overriding that somehow.
any help as to what style can be used to modify the labels would be greatly appreciated! thanks!