Announcement

Collapse
No announcement yet.

reCAPTCHA v3 badge

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    reCAPTCHA v3 badge

    The reCAPTCHA badge is appearing on our BASK screen and I would like to know how to either remove it or put it in a fixed position. The way that it works now it sometimes hovers over the basket items and make them hard to read.

    I would be okay with this badge on a different checkout page, but because our basket information is in a smaller box it does not work good. I have looked at the code for the BASK page and also in the reCAPTCHA settings but I do not see where to change this.
    Last edited by tberry; 04-11-25, 07:00 AM.

    #2
    CSS:

    .grecaptcha-badge {
    visibility: hidden;
    }

    But, since you have to agree to display it when you sign up, you'll want to add text stating that your site is protected by Google reCAPTCHA and the terms and privacy thereof apply...including the links to avoid problems.

    Hope this helps. I agree that it is pretty intrusive looking on sites.
    Jamie Donaldson
    JSDVS Web Design / Development
    Web Design | Web Development | E-commerce Design & Integration

    Comment


      #3
      Jamie,
      Thank you! Is it possible to just move it from the BASK page to a different checkout page? Or make it a static image that does not float above the other text?

      Comment


        #4
        It is supposed to follow the customer throughout all pages, as is what Google wants in order for them to determine spam/etc. So, moving is not an option; however having the statement/links as an alternative is an option.
        Jamie Donaldson
        JSDVS Web Design / Development
        Web Design | Web Development | E-commerce Design & Integration

        Comment


          #5
          Thank you for your help!

          Comment


            #6
            Happy to help!
            Jamie Donaldson
            JSDVS Web Design / Development
            Web Design | Web Development | E-commerce Design & Integration

            Comment

            Working...
            X