nparsons08

Topic: reCaptcha color modification

can't figure out how to modify the theme for reCaptcha. they have a wiki with tutorials on how to change colors.. red just isn't working with my design.

http://wiki.recaptcha.net/index.php/How … CHA_colors

putypuruty

Re: reCaptcha color modification

Hi,

You need to change

Code:

<script type="text/javascript">
  var RecaptchaOptions = {
    theme : 'white',
    tabindex : 9
  };
</script>

in _templates/default/publish-write.tpl, _templates/default/job-details.tpl and _templates/default/page.tpl (the latter is for the recaptcha on the contact page, if you have enabled it).

If you have to add/change CSS code, it must go into _templates/default/css/screen.css (if you are using the default jobberbase theme)