Style Recaptcha

This topic contains 3 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 3 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
January 17, 2014 at 4:32 am 14513
Tareq Hasan Hello, According to google you can style the recaptcha form. https://developers.google.com/recaptcha/docs/customization Is there anywhere in the plugin where I can set the theme ? It would be good if this was an option in the plugin settings under the recaptcha API keys.
January 19, 2014 at 12:57 pm 14579
Tareq Hasan Tareq Hasan

Sorry, there isn’t any feature and there will not be.

Most of them doesn’t bother with this at all and I am not interested to bring this feature too 🙂

You can put the styling JS block in your wp_head and that’ll do the trick easily.

January 21, 2014 at 9:12 am 14640
Jamie Jamie

I’ve attempted to put the following into the header.php but it’s not working.

<script type="text/javascript">
        var RecaptchaOptions = {
            theme : 'clean'
        };
</script>

But this didn’t work.

January 22, 2014 at 12:48 pm 14681
Tareq Hasan Tareq Hasan

Seems like it won’t work like that. Using their reference, they need to have custom div id and classes. So it wouldn’t be possible right now.

Viewing 3 Posts - 1 through 3 (of 3 total)