Page 1 of 1

Google Invisible Recapcha MFH

Posted: Sun Sep 02, 2018 1:54 pm
by bastiaan.c
Hi,

I finally figured out how to get "Google Invisible Recapcha on the left.

I thought I was going to share this here. Maybe this can be an extra feature in the future :-)

in css/bootsptrap.css > put the following css on the bottom:

Code: Select all

        .grecaptcha-badge {
            width: 70px !important;
            overflow: hidden !important;
            transition: all 0.3s ease !important;
            left: 4px !important;
        }

        .grecaptcha-badge:hover {
            width: 256px !important;
        }

When using Google invisible Recapcha it will now show up on the left instead of rhe right :mrgreen:

Re: Google Invisible Recapcha MFH

Posted: Sun Sep 02, 2018 2:12 pm
by bastiaan.c
By the way,

If you want to hide it:

Code: Select all

.grecaptcha-badge {
    display: none !important;
}
I guess that is not a good idea because of the links: privacy policy and terms
And I am not sure if once the threshold is triggered the pop up still comes