HOW TO REMOVE THE GOOGLE CAPTCHA BADGE ON WORDPRESS

June 14, 2019   /   by Marco  / Categories :  Business, Websites, wordpress
HOW TO REMOVE THE GOOGLE CAPTCHA BADGE ON WORDPRESS

I’ve started using the Google Captcha V3 on my websites and started noticing this badge appearing on the right-hand side of the website. The badge looks like this:

Business Legions - Google Captcha V3 Badge

I found this very annoying to look at so decided to find a way to remove it. The easiest way to remove it on WordPress is to use the following CSS code in the theme. If your theme doesn’t support custom CSS, then you can always try to install a Custom CSS plugin.

.grecaptcha-badge {
display:none;
}

This solved my problem! If it helped, please share this article with others.

DO YOU LIKE WHAT YOU'VE READ?
Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now!

Our Sponsors

  • Follow us:

OTHER ARTICLES YOU MAY LIKE


How to Check Your TikTok Account Status for Community Violations

How to Check Your TikTok Account Status for Community Violations

Checking your TikTok account status is a practical way to confirm whether your content has attracted a community guideline violation, a user report, or an unresolved account issue. TikTok provides more than one place to review this information, so a quick check through the Help Centre and TikTok Studio can give you a clearer picture […]

read more
USING THE LATEST CLAUDE MODEL TO BUILD GREAT TOOLS

USING THE LATEST CLAUDE MODEL TO BUILD GREAT TOOLS

If you have ever had an idea for a small tool but stopped because coding felt too hard, the latest Claude model makes that gap much smaller. You can now describe what you want in plain English, ask Claude to plan it, build the first version, improve the design, write the logic, test the workflow, […]

read more

Like our Page