Unfortunately, when integrating Re-Captcha antispam protection into the Contact Form 7 plugin, this functionality has the feature of eventually displaying a logo on the web that makes it clear that this antispam protection is being used on it. One way to hide this logo is by inserting a special custom CSS code in the template settings that hides this logo. The hiding itself is essentially very simple.
In the left-hand menu of WordPress administration, click the Appearance link and then click Customize.

In the template settings, then choose custom CSS and paste the following code into it. Save the change.

.grecaptcha-badge {
visibility: hidden;
}
Once the change is saved, the Re-Captchy logo should disappear from the site.
Byl pro Vás tento článek užitečný?
Klikni na počet hvězd pro hlasování.
Průměrné hodnocení. 0 / 5. Počet hlasování: 0
Zatím nehodnoceno! Buďte první
Je mi líto, že pro Vás nebyl článek užitečný.
Jak mohu vylepšit článek?
Řekněte mi, jak jej mohu zlepšit.