I use the Following script for change recaptcha in asp.net with c# server side.But this code Didn’t Work.How to change color or theme of the ReCaptcha?
<script type="text/javascript">
var RecaptchaOptions = {theme : 'White'};
</script>
I think you are just writing the name of the theme in wrong way, just try White with a small ‘w’.
See this link for exact working code:
https://developers.google.com/recaptcha/docs/customization