// Add this to your theme's footer.php or via a plugin like "Header & Footer Scripts"
document.addEventListener('DOMContentLoaded', function() {
const captchaElement = document.querySelector('.recaptcha-container'); // Update selector
if (captchaElement) captchaElement.style.display = 'none';
});