• Resolved curlingdan

    (@curlingdan)


    I did just an update on my wife website for the CF7 plugin and saw a message that I needed to get new keys for reCaptchav3. After I did that the form works but now I see a the reCaptcha privacy icon on the website in all pages.

    Why is that and how can I remove that?

    Thanks,

    • This topic was modified 5 years, 10 months ago by curlingdan.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can hide it with simple CSS techniques.. No plugin needed for that.. ??

    Thread Starter curlingdan

    (@curlingdan)

    Thanks I will try that tonight and post the result later tonight.

    Please let us know how you managed. I also very much would like to remove it

    Thread Starter curlingdan

    (@curlingdan)

    Issue been resolved. I added this CSS code into my theme style.css

    /*—Hide reCaptcha v3 visible seal—*/
    .grecaptcha-badge {
    opacity:0 !important;
    }

    What I’ve read is that the above code with hide the reCaptchav3 and still function.

    I found this CSS but apparently this once hides it but also disables it’s so bots can send you load of spam.

    .grecaptcha-badge{
    visibility: collapse !important;
    }

    I tried the versions above, nut It didnt work for me.
    Im I missing something?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I keep seeing the reCaptcha privacy icon after upgrading CF7 with reCaptchav3’ is closed to new replies.