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
USE FUSEBASE TO AUTOMATE TEAMWORK AND COLLABORATION
If your business is growing, your team is juggling too many moving parts, and your client communication is spread across email threads, chat apps, documents, task boards, and endless follow ups, there is a good chance the real problem is not effort but fragmentation. Most businesses do not lose time because people are lazy. They […]
read more
USING REAP FOR VIDEO CLIPS
Short form video is now one of the most effective ways to reach new audiences, grow brand awareness, and turn long form content into a steady stream of social media assets. For creators, marketers, consultants, educators, and business owners, the challenge is rarely a lack of content. The real problem is time. Editing long videos […]
read more
