Make Google Recaptch logo invisible - RSForm
Make reCaptcha logo invisible.
Add this code to additional CSS / Custom Code.
/*RS Form - Make reCaptcha logo Invisible */
.grecaptcha-badge { visibility: hidden; }
Add the text small / muted under any contact form.
This site is protected by recaptcha and the google privacy policy and terms of service apply.
<p style="font-size: 12px; text-align: right;">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank" rel="noopener">Terms of Service</a> apply.</p>
- Hits: 17