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


SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY

SUPABASE BACKUP TUTORIAL: USE DBEAVER TO EXPORT YOUR DATABASE SAFELY

If you are building anything serious on Supabase, whether that is a client portal, a SaaS app, an internal dashboard, or even a small side project that is starting to get traction, having a reliable database backup process is one of those tasks that quickly moves from optional to essential. Supabase makes a lot of […]

read more
EASY TYRE PRESSURE SENSOR RESET TUTORIAL | RENAULT KOLEOS & SIMILAR CARS

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 more

Like our Page