Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1237471

    Hi,

    how can I change the background color of the send button in a contact form with reCAPTCHA v3?

    Thank you!

    Daniel

    #1237603

    Hey dani95,

    Are you able to re-enable right click so I can inspect your code?

    Best regards,
    Jordan Shannon

    #1237823

    Hey Jordan,

    of course, done.

    Best regards
    Daniel

    #1237928

    Hi,

    Thanks! Add this to quick css:

    input.button.av-verify-recaptcha-0.av-recaptcha-submit{
        background: #fff!important;
        color: #000!important;
    }

    Adjust the color to whatever you need.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.