Recaptcha V3 Badge Only On WordPress Form Pages May 3, 2021May 3, 2021 SDATIC Coding Use the following css to hide the Recaptcha V3 badge and then the second rule to show it on a singe page. .grecaptcha-badge { opacity: 0; z-index: 10000; } body:is(.page-id-142) .grecaptcha-badge { opacity: 100%!important; }