如何更改 reCaptcha 的样式,如 stackoverflow 和 facebook

发布于 2024-10-08 00:04:19 字数 87 浏览 3 评论 0原文

我不喜欢红色背景,想将按钮更改为其他位置。

有没有简单的方法可以做到这一点?

我需要一一改变css样式吗?

谢谢

i dont like the red background ,and want to change the button to other place .

Is there a easy way to do this ?

Should i have to change the css style one by one ?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

失而复得 2024-10-15 00:04:19

请阅读 http://code.google.com/apis/recaptcha/docs 上的文档/customization.html

<script type="text/javascript">
 var RecaptchaOptions = {
    theme : 'theme_name'
 };
 </script>

它有四个现成的主题(红色、白色、黑玻璃、干净),您也可以创建自己的主题。

Read the documentation at http://code.google.com/apis/recaptcha/docs/customization.html

<script type="text/javascript">
 var RecaptchaOptions = {
    theme : 'theme_name'
 };
 </script>

it has four ready-made themes (red, white, blackglass, clean), and you can also create your own.

帝王念 2024-10-15 00:04:19

您可能需要

如果您有更具体的问题,请发布。您的文章看起来很通用,因此我将您重定向到有关它的最通用的文章。

You may need this

If you have a more specific question, post it. Yours looks generic, so I redirected you to the most generic article about it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文