So how to hide the reCaptcha v3 badge?
The website community is revolting against the sticky reCaptcha logo for a good reason, the user’s experience. Therefore, most webmasters try to hide the reCaptcha v3 badge. Here is one way to accomplish that:
.grecaptcha-badge { opacity:0;}
As reported on stack overflow the spam check is not working properly using the code “display:none;”. In addition, you can also use the code “visibility:hidden;” to hide the reCaptcha v3 badge.