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;
}
Article Categories:
Coding



