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
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; } 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
CSS:
.captcha iframe { position: relative; box-shadow: none !important; }