• Resolved Abdul

    (@mai3njee)


    hello guys is any body know how to reduce the opacity of recaptcha, I want make it work and I dont want to see it in the frontend

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    If you are using reCAPTCHA v3, adding this to the Additional CSS section of the customizer or style book ought to work:

    .grecaptcha-badge {
        opacity: 0.3;
    }

    I’m largely guessing since you did not provide a link to your site. If the above does not work, you should provide a link to your site so a proper suggestion can be made.

    Thread Starter Abdul

    (@mai3njee)

    thank you this one it work for me

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reduce the Opacity of Recaptca’ is closed to new replies.