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.

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

Photo by Caleb Woods on Unsplash

Author

Julian Song

Principal Digital Architect focused on high-performance infrastructure and enterprise-grade WordPress systems in Malaysia.

With a career spanning back to 2008, I specialise in building digital platforms that prioritise stability, security, and long-term scalability. As a Neurodivergent System Thinker, I naturally look beyond surface-level design to optimise the complex logic and architecture underneath. I use this perspective to help large organisations and GLCs move away from restrictive proprietary systems toward reliable, open-standard solutions that offer true data ownership and efficiency.

Share this post