HOW TO REMOVE THE GOOGLE CAPTCHA BADGE ON WORDPRESS
June 14, 2019 / by Marco / Categories : Business, Websites, 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:

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.
OTHER ARTICLES YOU MAY LIKE
EASY TYRE PRESSURE SENSOR RESET TUTORIAL | RENAULT KOLEOS & SIMILAR CARS
If you have recently adjusted your tyres, topped up the air pressure, or seen a warning appear on your dashboard, knowing how to reset the tyre pressure monitoring system on a Renault Koleos can save you time and unnecessary worry. The process is quite straightforward once you know where to look in the vehicle menu, […]
read moreHOW TO USE GOOGLE WORKSPACE STUDIO FLOW IN GMAIL FOR SMART EMAIL AUTOMATION
Google keeps slipping new productivity features into Workspace, and sometimes the most useful ones are the tools you almost discover by accident while checking email. That is exactly the case with Studio Flow, a feature that has started appearing inside Gmail and wider Google Workspace environments, and it looks like Google is pushing further into […]
read more
