This topic has 8 replies, 3 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
Hi,
I would like to customize the contact form (i.e. create new fields). I have used different plugins (Formidable Forms, Contact Form 7) but their CSS is replaced with TheLeader’s one. At the end, the contact text appears in grey. I would like to force it to appear in black. How can I do that please?
Best.
Hello,
Please provide us with link to the page with issue.
Regards,
Jack Richardson
The link is in the private content:
Hello,
As I see there is only the shortcode [contact-form-7 id="478" title="Sans titre"] displayed on the page. Please enable your contact form to be able to see the difference.
Thank you.
Regards,
Eva Kemp.
Sorry! By mistake, I deactivated the plugin Contact Form 7. I have enabled it. Now the form is displayed (but still gray)…
Hello,
Please add the following code into the custom.css:
.wpcf7-form p {
color: black;
}
Regards,
Jack Richardson
Thanks, it works well!
I would like to do the same with the Formidable form plugin (instead of Contact Form 7).
I have tried “.formidable p {color:black;}” but it doesn’t work.
I have looked for the right CSS class (on http://formidablepro.com/formidable-v1-6-3/) but I could not find it…
Thanks again for your great help.
Hello,
Please add this code into custom.css:
.with_frm_style label.frm_primary_label {
color: black;
}
.with_frm_style .frm_checkbox label {
color: black;
}
Regards,
Eva Kemp.
The issue related to '‘Force the color’' has been successfully resolved, and the topic is now closed for further responses