how to hide the border of a recaptcha v2.0 widget?

后端 未结 2 924

I want to hide the border of a recaptcha v2.0 widget so that I can better visually integrate it into my site\'s look and feel.

NOTE: I\'m posting th

2条回答
  •  广开言路
    2021-01-22 19:14

    NOTE: for people brought here by google but with different problem

    If you want to hide just borders not making it edge less keeping original design just do following:

    HTML:

    CSS:

    .captcha iframe {
          position: relative;
          box-shadow: none !important;
        }    
    

提交回复
热议问题