Title: Change recaptcha theme?
Last modified: August 20, 2016

---

# Change recaptcha theme?

 *  Resolved [pictureitsolved](https://wordpress.org/support/users/pictureitsolved/)
 * (@pictureitsolved)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-recaptcha-theme/)
 * I use recaptcha on other sites and have the ability to change the theme from 
   the default red and yellow colors. Is there a way to do this in BD?
 * The combination of plugins I’ve done this on is:
    WP-reCAPTCHA Contact Form 7
   Contact Form 7 reCAPTCHA Extension
 * Thanks!
 * [http://wordpress.org/extend/plugins/business-directory-plugin/](http://wordpress.org/extend/plugins/business-directory-plugin/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Business Directory Plugin](https://wordpress.org/support/users/businessdirectoryplugin/)
 * (@businessdirectoryplugin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/change-recaptcha-theme/#post-3601110)
 * Hi pictureitsolved,
 * We have the reCAPTCHA library integrated directly into BD so none of the above
   would have affected BD’s copy of the library. We don’t currently have a way to
   configure this right now, it may be possible by changing the PHP inside the plugin
   a little, but that’s the only method we would have to do that at the moment.
 *  [gmsdesignworks](https://wordpress.org/support/users/gmsdesignworks/)
 * (@gmsdesignworks)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-recaptcha-theme/#post-3601212)
 * you can change it by adding the following code in your theme’s header.php file(
   somewhere above where the form appears):
 *     ```
       <script type="text/javascript">
        var RecaptchaOptions = {
           theme : 'theme_name'
        };
        </script>
       ```
   
 * found this at [Customizing the Look and Feel of reCAPTCHA](https://developers.google.com/recaptcha/docs/customization)
 *  Plugin Author [Business Directory Plugin](https://wordpress.org/support/users/businessdirectoryplugin/)
 * (@businessdirectoryplugin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-recaptcha-theme/#post-3601213)
 * Thanks for the tip!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change recaptcha theme?’ is closed to new replies.

 * ![](https://ps.w.org/business-directory-plugin/assets/icon-256x256.png?rev=2901888)
 * [Business Directory Plugin - Easy Listing Directories for WordPress](https://wordpress.org/plugins/business-directory-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/business-directory-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/business-directory-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/business-directory-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/business-directory-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/business-directory-plugin/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Business Directory Plugin](https://wordpress.org/support/users/businessdirectoryplugin/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/change-recaptcha-theme/#post-3601213)
 * Status: resolved