If you want to change the default Red Recapctha style, to something else, all you have to do, is open
Code: Select all
captcha_recaptcha.html
Search for the following
Code: Select all
var RecaptchaOptions = {
lang : '{L_RECAPTCHA_LANG}',
tabindex : {$CAPTCHA_TAB_INDEX}10
};
Code: Select all
var RecaptchaOptions = {
theme : 'clean',
lang : '{L_RECAPTCHA_LANG}',
tabindex : {$CAPTCHA_TAB_INDEX}10
};
- clean
- white
- blackglass
You can see it live @ http://www.ixtreme.net/ucp.php?mode=register