How to hide the Google reCaptcha badge

Here’s some custom code to hide the Google reCaptcha badge.

<style>
 .grecaptcha-badge { visibility: hidden; }
</style>

You can put that in your site settings custom code in the Code inside header section, or in the same place on an individual page, depending on whether you want it to apply to all reCaptcha icons or just one.