When I create my contact form, the text around checkboxes is a different style than the rest of my form. The text is three times the size and a different color.
I have tried inserting
span.wpcf7-list-item {font-family:Tahoma, Arial, Helvetica, serif; font-size:6px; color:#000000; vertical-align:middle; font-weight:normal; text-align:left; }
into the css file, but it has no impact.
Can someone please help?