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


CHATGPT USEFUL FEATURE: TEMPORARY CHAT

CHATGPT USEFUL FEATURE: TEMPORARY CHAT

Everyday use of ChatGPT naturally trains you to think in threads. You ask a question, you get an answer, you refine the prompt, and the conversation accretes context. It’s one of the reasons ChatGPT feels more like a companion than a search box: it remembers what you said so it can respond appropriately next time […]

read more
A SMALL BUTTON, A BIG MILESTONE: MY FIRST SUPER THANKS

A SMALL BUTTON, A BIG MILESTONE: MY FIRST SUPER THANKS

Every creator has milestones that feel both modest and momentous. Your first upload. Your first comment. Your first subscriber. And then one day, among the usual notifications, a new one pops up: your first Super Thanks. Mine came from a generous viewer, Frank Castlenut, who left a donation of five dollars alongside a kind note. […]

read more

Like our Page