trying to figure out how to change from that gosh darn red color that’s defaulted when you call the reCapthca in Zend Framework?
simple as pie.
// other options are red, white, blackglass, clean, custom
$recaptcha = new Zend_Service_ReCaptcha($public, $private);
$recaptcha->setOption('theme','white');
$this->view->recaptcha = $recaptcha;

