Recaptcha V3 Badge Only On WordPress Form Pages

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;
}

Leave comment

Your email address will not be published. Required fields are marked with *.