Home Forums WoodMart support forum Wordfence + reCAPTCHA

Wordfence + reCAPTCHA

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #556007

    gonzalohuez
    Participant

    Good morning. I installed the Wordfence plugin and activated reCAPTCHA protection. The problem is that the “reCAPTCHA” image overlaps the bottom menu of my mobile website.
    Is there a way to make the “reCAPTCHA” image smaller?

    Attachments:
    You must be logged in to view attached files.
    #556059

    Hello,

    Can you please share the page URL I will check and give you a custom css code.

    Best Regards

    #556065

    gonzalohuez
    Participant
    #556074

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .grecaptcha-badge {
        bottom: 110px !important;
        height: 50px !important; 
    }

    Best Regards.

    #556075

    gonzalohuez
    Participant

    thank you so much. My other question: is it possible to hide the “reCAPTCHA” image… The truth is that it is annoying to see that image.

    #556248

    Bogdan Donovan
    Keymaster

    Hi,

    We have checked your site and found that your grecaptcha-badge is already hidden via custom CSS code (https://prnt.sc/Vmr8td4hZmd-). This code is correct and no different from that we can provide.

    .grecaptcha-badge {
    visibility: hidden;
    }

    Kind Regards

Viewing 6 posts - 1 through 6 (of 6 total)