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}',
Code: Select all
var RecaptchaOptions = {
theme : 'clean',
lang : '{LA_RECAPTCHA_LANG}',
Ps.: Sorry my bad english