Hi @eochoa
I hope you are doing good today.
Are you able to share your site URL and let us know is there a dark/light mode switch there, so that we could check the source and see can we provide any kind of CSS solution which can help here?
Also, if you use any free dark mode plugin for that, please share the name in your next reply, so we could test that on our lab site.
Kind Regards,
Kris
Thread Starter
Ed
(@eochoa)
Hi kris,
thanks for your reply reall appreciate it. here’s the site – https://t3zmania.com/contact/
also i notice on the contactform7 here’s the sample form, i don’t know if that’s gonna help.
<div class="qodef-standard-form">[text* your-name placeholder "Name"]
[email* your-email placeholder "E-mail"]
<label><span class="qodef-offset-label">Message</span>
[textarea* your-message] </label>
[recaptcha]<br>
[submit "Send"]</div>
Hi @eochoa
Thank you for the link.
Could you try this CSS?
.qodef-skin--black .forminator-ui textarea,
.qodef-skin--black .forminator-ui input{
color: #fff !important;
}
https://monosnap.com/file/EDgnQ9UwF9LCRBYYeVbaYitWivF4ai
You can add to WordPress > Appearance > Customise > Additional CSS or Forminator > Form > Appearance
Best Regards
Patrick Freitas
Thread Starter
Ed
(@eochoa)
Hi Patrick,
That did the trick add to WordPress > Appearance > Customise > Additional CSS – it works like a charm.
Thank you so much really appreciate it.