Page 1 of 1

Change the color of Recaptcha.net

Posted: 23 Jun 2010, 16:20
by Chico Gois
Hello!

The Recaptcha.net comes standard in the color RED, and depending on your template is not visually pleasing, so we'll see how to change.

Colors supported: 'Red' | 'white' | 'blackglass' | 'clean' | 'custom' (Custom)

Note: For custom theme, the site has full control over the appearance reCAPTCHA.

For more information: http://recaptcha.net/apidocs/captcha/client.html

Open: styles/YOURTEMPLATE/template/captcha_recaptcha.html

Find:

Code: Select all

                           var RecaptchaOptions = {
                              lang : '{LA_RECAPTCHA_LANG}',
Replace with:

Code: Select all

                           var RecaptchaOptions = {
                              theme : 'clean',
                              lang : '{LA_RECAPTCHA_LANG}',
Change theme: 'clean' colors as above

Ps.: Sorry my bad english

Re: Change the color of Recaptcha.net

Posted: 23 Jun 2010, 17:09
by cisco007
so is this a support question or a snippet?

Re: Change the color of Recaptcha.net

Posted: 23 Jun 2010, 20:52
by Stoker
Moved to snippets.
Nice one Chico.

I have changed the one here to "clean"