Hiding the Google ReCAPTCHA badge, except for Contact Us

Hiding the Google ReCAPTCHA badge, except for Contact Us

Google's ReCAPTCHA automatically shows a copyright badge on every page. You can hide this using CSS.

First, find out the page number(s) of the page(s) that actually include a form that uses ReCAPTCHA.

Then add the following to the theme's CSS (in this example it's for all except page 144):
  1. /* Google ReCaptcha badge */
  2. body:not(.page-id-144) .grecaptcha-badge {
  3. display: none;
  4. }

    • Related Articles

    • ReZolve Static Map

      Overview Static Map is a WordPress plugin that reduces the potential costs of showing Google maps on a website. For a given location it display a static map initially but converts this to a dynamic map when clicked. How to Use You add a static map ...
    • Configuring a ZoHo Mailbox using POP3

      ZoHo Lite mailboxes can be loaded onto your device or through your mail client either with a POP3 connection or an IMAP connection. Using an POP3 connection emails are downloaded from your mailbox and deleted, unless you specifically configure the ...
    • Configuring a ZoHo Mailbox using IMAP

      ZoHo Lite mailboxes can be loaded onto your device or through your mail client either with a POP3 connection or an IMAP connection. By using an IMAP connection, you can have multiple clients simultaneously connected to the same mailbox.  For example, ...
    • Microsoft NCE (New Customer Experience)

      In March 2022 Microsoft are introducing a new billing system for commercial customers of Microsoft 365 which will affect the timing and potentially the price of your Microsoft Subscriptions. Please see the attached article for more details about NCE.
    • Welcome to the ReZolve Help Centre

      Here you can access all current and past support tickets, and explore help articles for many of the products and services we supply. Most of these are available without logging in but, for some articles, you will need to log in. Accessing Secure ...