Hi Bob / @sayermcshane,
I am not sure if I fully understand your request.
The plugin has no settings, the captcha can only be activated or deactivated.
In most cases the styling should just work fine. Of course there can always occur interferences between different plugins / themes.
So in your case, you can either find out which plugin / theme is causing this by deactivating and activating one after the other. Or you use the WP Admin > Appearance > Custom CSS setting to fix this with some lines of CSS.
I hope this helps.
Hi Bob,
I just saw that you have attached a link to your website.
Please try to insert this CSS, I have tested it on your website, it should do the job:
.kc_captcha .wpcf7-form-control {
background-color: transparent;
}
Thanks so much for this solution :>) It was exactly what was needed!
Bob
Great to hear that it worked!