How to hide Google reCAPTCHA V3 badge

Everyone loves to use Google reCAPTCHA to avoid spam, but the Google reCAPTCHA V3 badge is kind of annoying.
1 min read

Everyone loves to use Google reCAPTCHA to avoid spam, but the Google reCAPTCHA V3 badge is kind of annoying.

Is it allow to hide the reCAPTCHA?

According to Google reCAPTCHA FAQ, you are allowed to hide the reCAPTCHA badge, but you must include the reCAPTCHA branding visibly on the website.

You may add this line of text "This site is protected by reCAPTCHA and the Google" into your contact form's privacy agreement. Example:

This site is protected by reCAPTCHA and the Google
    <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">Terms of Service</a> apply.

Example from Google reCAPTCHA FAQ

How to hide Google reCAPTCHA V3 badge

To hide the Google reCAPTCHA V3 badge, go to Appearance > Customise > Additional CSS and add this code

.grecaptcha-badge {
    display: none !important;
}
Article written by Julian Song
WordPress Consultant | Elementor Performance Expert. Meet-up organizer for WordPress Penang; Elementor Community leader Penang and Wedevs Brand Ambassador in Malaysia.