- Affected version
- 2.1.5a
Putting recaptcha v2 and creating a dark forum style captcha will be on a white background. Yes, you can colorize using css, but if you open the official documentation:
Automatically render the reCAPTCHA widget
The easiest method for rendering the reCAPTCHA widget on your page is to include the necessary JavaScript resource and a g-recaptcha tag. The g-recaptcha tag is a DIV element with class name g-recaptcha and your site key in the data-sitekey attribute:
g-recaptcha tag attributes and grecaptcha.render parameters
This attribute is missing. Depending on the style settings that are on the topics, you can set the defining style for the captcha.
By default, light ReCaptcha comes out for all styles.
reCAPTCHA v2 | Google for Developers
Learn how to display and customize the reCAPTCHA v2 widget on your web page.
developers.google.com
The easiest method for rendering the reCAPTCHA widget on your page is to include the necessary JavaScript resource and a g-recaptcha tag. The g-recaptcha tag is a DIV element with class name g-recaptcha and your site key in the data-sitekey attribute:
g-recaptcha tag attributes and grecaptcha.render parameters
g-recaptcha tag attribute | grecaptcha.render parameter | Value | Default | Description |
---|---|---|---|---|
data-sitekey | sitekey | Your sitekey. | ||
data-theme | theme | dark light | light | Optional. The color theme of the widget. |
By default, light ReCaptcha comes out for all styles.