How to hide the Google Invisible reCAPTCHA badge

前端 未结 15 2173
感情败类
感情败类 2020-12-02 04:15

When implementing the new Google Invisible reCATPTCHA, by default you get a little \"protected by reCAPTCHA\" badge in the bottom right of the screen that pops out when you

15条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 05:08

    Set the data-badge attribute to inline

    And add the following CSS

    .grecaptcha-badge {
        display: none;
    }
    

提交回复
热议问题